From 73aee8977a3a9db45fad240deecba19f14978c1a Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 28 Apr 2023 20:43:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91sousuo=20zh?= =?UTF-8?q?ikong?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportManager.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/Report/ReportManager.vue b/src/views/Report/ReportManager.vue index 314403b..c5b2cbc 100644 --- a/src/views/Report/ReportManager.vue +++ b/src/views/Report/ReportManager.vue @@ -476,6 +476,7 @@ export default { this.reportList() }, updateList(){ + this.filterText='' this.$api.report.labelList().then(res => { this.treeData=res.data this.cascaderOptions=res.data @@ -521,6 +522,7 @@ export default { .then(_ => { this.$api.report.labelDeleteId(data).then(res=>{ if(res.ok){ + this.filterText='' this.$message({ type:'success', message:'删除成功'