From e04b422435b9d85d23b01f3690af448dec53ccd4 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 1 Jul 2024 18:00:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE=E5=90=8E=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=B8=BA=E7=BD=AE=E7=A9=BA=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/resi.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 2128d2347..52c3586bd 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -678,8 +678,7 @@ export default { async diyExport() { await this.getExportList(); - console.log(this.$refs['']); - }, + }, handleDiyClose() { this.diyDialog = false; @@ -861,6 +860,7 @@ export default { this.$refs.myResiSearch.form.specialCategoryCodes = []; this.currentPage = 1; this.$refs.myResiSearch.level = ""; + this.searchForm = null; this.getTableData(); }, async handleExport() {