mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
课程列表 - 筛选分类后清除条件无法恢复原有样式
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user