NEZ-1930 fix: 底弹框 切换数据源未删除搜索条件

This commit is contained in:
zhangyu
2022-06-15 14:04:03 +08:00
parent 1e2f8dea74
commit 4008b96d36
12 changed files with 13 additions and 2 deletions

View File

@@ -158,9 +158,11 @@ export default {
immediate: true,
handler (n) {
if (n) {
this.searchLabel = {}
if (this.from === fromRoute.alertSilence) {
this.state = '2'
}
this.searchLabel = {}
this.getTableData()
}
}