mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 15:26:45 +08:00
Merge branch 'dev' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into dev
This commit is contained in:
@@ -434,7 +434,23 @@ export default {
|
||||
this.category = "";
|
||||
this.categorySub = "";
|
||||
}
|
||||
|
||||
|
||||
this.searchTags.splice(index, 1);
|
||||
if(i === 'type') {
|
||||
this.category = null;
|
||||
this.categorySub = null;
|
||||
}
|
||||
if (i === "sysType1") {
|
||||
this.types.sysTypes = null;
|
||||
}
|
||||
if (i === "sysType2") {
|
||||
this.types.subOne = null;
|
||||
}
|
||||
if (i === "sysType3") {
|
||||
this.types.subTow = null;
|
||||
}
|
||||
|
||||
this.searchData();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user