diff --git a/src/views/modules/base/smartExcel/cpts/excel-summary.vue b/src/views/modules/base/smartExcel/cpts/excel-summary.vue index 023fa8927..86726fe8f 100644 --- a/src/views/modules/base/smartExcel/cpts/excel-summary.vue +++ b/src/views/modules/base/smartExcel/cpts/excel-summary.vue @@ -64,11 +64,12 @@ export default { } }, close() { - this.showView = false + this.showView = false; + this.getTableList() + }, handleClickBack() { this.$emit('close') - this.getTableList() }, handleClickShowView(val){ const { id, taskId, taskTitle, taskPeriod, taskType, taskIntroduction,subWorkBookId,workBookId,taskStateName} = val;