From 7004568afbd8c0bb49e0f45fc71680416839218e Mon Sep 17 00:00:00 2001 From: caoxinyu Date: Tue, 29 Jan 2019 09:31:55 +0800 Subject: [PATCH] chanan --- .../MarketingCenter/ContractInformationManagement/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MarketingCenter/ContractInformationManagement/index.vue b/src/views/MarketingCenter/ContractInformationManagement/index.vue index 441a73cf..cc878508 100644 --- a/src/views/MarketingCenter/ContractInformationManagement/index.vue +++ b/src/views/MarketingCenter/ContractInformationManagement/index.vue @@ -883,7 +883,7 @@ export default { this.$message.success('添加成功') this.peopleid = '' this.title = '' - this.getTable(searchTable1, [this.PageCurrent, this.PageSize, '', ''], ['tableData1', 'total', 'listLoading']) + this.fetchTableData1() } else { this.$message.error('添加失败') }