[update] 一般检索资源类型点全部的时候,其他筛选条件清空

This commit is contained in:
lideqin
2023-11-24 15:45:33 +08:00
parent d93e194303
commit b896432758
@@ -340,6 +340,8 @@ export default {
// 更新其他筛选项的数据
if (key !== 'all') {
this.initFilterData()
} else {
this.selectOptions = {}
}
this.onSearch()
},