This commit is contained in:
daihh
2022-06-23 10:21:47 +08:00
5 changed files with 80 additions and 34 deletions

View File

@@ -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();
}
}