项目管理选课提交;

This commit is contained in:
Yjhon 2022-01-24 17:19:17 +08:00
parent 2cdb3fcb80
commit 657c793d2a
1 changed files with 2 additions and 2 deletions

View File

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