This commit is contained in:
lmj
2022-06-22 16:53:50 +08:00
parent 57c2f222e2
commit 990466a0f2
3 changed files with 62 additions and 27 deletions

View File

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