mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 01:06:43 +08:00
fix:恢复保留其余选择条件的逻辑
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user