From a0786262b783e7bbde5b57aac234657aa6c52585 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Fri, 16 Sep 2022 15:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=88=97=E8=A1=A8=E6=B8=85?= =?UTF-8?q?=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 2618c4c3..660ab96b 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -450,16 +450,16 @@ export default { } if (i === "sysType2") { this.types.subOne = ""; + this.types.oneSubList = []; } if (i === "sysType3") { this.types.subTow = ""; + this.types.towSubList = []; } if (i === "type") { this.category = ""; this.categorySub = ""; } - - this.searchTags.splice(index, 1); if(i === 'type') { this.category = null; @@ -605,7 +605,6 @@ export default { }); this.courseList.push(...res.result.list); - console.log(this.courseList,'this.courseList'); this.moreState = 1; } else { this.moreState = 3;