项目管理选课提交;
This commit is contained in:
parent
2cdb3fcb80
commit
657c793d2a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue