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);