mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 23:36:44 +08:00
修改
This commit is contained in:
@@ -435,7 +435,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