update 选择标准禁用来源重置不可清空

This commit is contained in:
danshihao
2023-11-02 17:41:26 +08:00
parent 85eb40d897
commit 23ecc0afde
@@ -184,7 +184,12 @@ export default {
this.replacePage()
},
searchReset () {
this.queryParam = {}
// 如果禁用来源,就不重置来源
if (this.disabledSourceSearch) {
this.queryParam = { source: this.source }
} else {
this.queryParam = {}
}
this.replacePage()
},
// 表格选择改变