From 657c793d2a6a8c883e2372aecd4d55ec259d5b21 Mon Sep 17 00:00:00 2001 From: Yjhon Date: Mon, 24 Jan 2022 17:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86=E9=80=89?= =?UTF-8?q?=E8=AF=BE=E6=8F=90=E4=BA=A4;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/form/ProjectCourseSelect.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/project/form/ProjectCourseSelect.vue b/src/views/project/form/ProjectCourseSelect.vue index 22422f1..8c87bfa 100644 --- a/src/views/project/form/ProjectCourseSelect.vue +++ b/src/views/project/form/ProjectCourseSelect.vue @@ -107,9 +107,9 @@ export default { //菜单改变, menuChack(){ console.log('menuKey',this.menuKey) - let type = 0; + let type = 1; console.log('菜单改变',this.menuKey[0]) - if(this.menuKey[0] === 'self') type = 1; + if(this.menuKey[0] === 'self') type = 2; this.queryParam.type = type this.getCourseTreeData(type); this.$refs.table.refresh(true);