修改三维课程bug
This commit is contained in:
parent
fbcef50f40
commit
e3f5ff363b
@ -337,11 +337,11 @@
|
||||
userJob:"",
|
||||
};
|
||||
loadData = JSON.parse(data.data.data);
|
||||
|
||||
|
||||
if(this.$route.query.examMode == "true"){
|
||||
this.examMode = true;
|
||||
}else{
|
||||
this.examMode = loadData.setup.examMode;
|
||||
this.examMode = false;
|
||||
}
|
||||
|
||||
if(loadData.setup.checkedRole.length == 0){
|
||||
|
Loading…
Reference in New Issue
Block a user