mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 07:16:44 +08:00
课程列表 - 筛选分类后清除条件无法恢复原有样式
This commit is contained in:
@@ -561,12 +561,18 @@ export default {
|
|||||||
this.course[i] = "";
|
this.course[i] = "";
|
||||||
if (i === "sysType1") {
|
if (i === "sysType1") {
|
||||||
this.types.sysTypes = "";
|
this.types.sysTypes = "";
|
||||||
|
this.types.subOne = "";
|
||||||
|
this.types.subTow = "";
|
||||||
|
this.types.oneSubList = [];
|
||||||
|
this.types.towSubList = [];
|
||||||
}
|
}
|
||||||
if (i === "sysType2") {
|
if (i === "sysType2") {
|
||||||
this.types.subOne = "";
|
this.types.subOne = "";
|
||||||
|
this.types.oneSubList = [];
|
||||||
}
|
}
|
||||||
if (i === "sysType3") {
|
if (i === "sysType3") {
|
||||||
this.types.subTow = "";
|
this.types.subTow = "";
|
||||||
|
this.types.towSubList = [];
|
||||||
}
|
}
|
||||||
if (i === "type") {
|
if (i === "type") {
|
||||||
this.category = "";
|
this.category = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user