From ec50295b97e8626f6c3591252395af7c1a797fb7 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 2 Jul 2024 10:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=B8=8A=E4=BC=A0=E5=90=8E?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/diyInfo.vue | 3 ++- src/views/modules/base/resi.vue | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue index 428ab3b71..f848ca7a2 100644 --- a/src/views/modules/base/diyInfo.vue +++ b/src/views/modules/base/diyInfo.vue @@ -304,10 +304,11 @@ export default { if (this.form.isSaveTemp && !this.form.name) return this.$message.error('请输入模板名称') this.exportLoading = true this.exportTemplate() - + this.$emit('close') }, handleExportTemplate(id) { this.exportTemplate(id) + this.$emit('close') }, async exportTemplate(id) { let url = "/actual/base/residentBaseInfo/exportExcelCustom" diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 52c3586bd..63c3bcabd 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -351,10 +351,6 @@ export default { exportList: [], diyDialog: false, - exportList: [], - diyDialog: false, - - treeData: [], autoOpenArr: [], selTreeObj: {},