From 553d22e081c8a59a7d284d17ee6c777f3484998f Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Tue, 15 Nov 2022 19:02:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/data-filter/data-filter.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/data-filter/data-filter.vue b/components/data-filter/data-filter.vue index 5a722aa..c0a0585 100644 --- a/components/data-filter/data-filter.vue +++ b/components/data-filter/data-filter.vue @@ -262,6 +262,7 @@ this.sysTypeTow = value.children; this.course.sysType2 = {}; this.course.sysType3={}; + this.sysTypeThree = []; }else if(strType=='sysType2'){ this.course.sysType2=value; this.sysTypeThree = value.children;