From 172825ac94d55ba9524429a1b4f87ba1330c351c Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 4 Mar 2025 14:14:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=87=8D=E5=A4=8D=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=AD=98=E6=A1=A3=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/smartExcel/cpts/excel-summary.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;