课程列表 - 筛选分类后清除条件无法恢复原有样式

This commit is contained in:
zhaofang
2022-10-19 14:30:00 +08:00
parent 14b38b0957
commit 225d374874

View File

@@ -561,12 +561,18 @@ export default {
this.course[i] = "";
if (i === "sysType1") {
this.types.sysTypes = "";
this.types.subOne = "";
this.types.subTow = "";
this.types.oneSubList = [];
this.types.towSubList = [];
}
if (i === "sysType2") {
this.types.subOne = "";
this.types.oneSubList = [];
}
if (i === "sysType3") {
this.types.subTow = "";
this.types.towSubList = [];
}
if (i === "type") {
this.category = "";