From 225d3748741cb0ab2515463e34412cf3830831ca Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Wed, 19 Oct 2022 14:30:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=88=97=E8=A1=A8=20-=20?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E5=88=86=E7=B1=BB=E5=90=8E=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=97=A0=E6=B3=95=E6=81=A2=E5=A4=8D=E5=8E=9F?= =?UTF-8?q?=E6=9C=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 2d8a3786..3224c44d 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -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 = "";