fix:恢复保留其余选择条件的逻辑

This commit is contained in:
zxj
2025-12-03 17:46:13 +08:00
parent 3852a92ab3
commit 12e91854fe

View File

@@ -1778,9 +1778,9 @@ export default {
}
if (this.keyWord != this.queryCondition.keyWord) {
this.queryCondition.keyWord = this.keyWord;
this.tagList.forEach((tag, index) => {
this.tagsClose(tag, index);
});
// this.tagList.forEach((tag, index) => {
// this.tagsClose(tag, index);
// });
}
if (this.queryCondition.majorType == 0) {
this.queryCondition.majorType = "";