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:'删除成功'