|
@@ -16425,7 +16425,7 @@ export default {
|
|
|
this.courseType = s;
|
|
|
this.navId = i;
|
|
|
this.taskCount = n;
|
|
|
- this.changeSplitScreenBehavior({form:{courseType:this.courseType,taskCount:this.taskCount,navId:this.navId}})
|
|
|
+ this.changeSplitScreenBehavior({form:{courseType:this.courseType,taskCount:this.taskCount}})
|
|
|
this.navList[this.courseType].task[this.taskCount].isOpen =
|
|
|
!this.navList[this.courseType].task[this.taskCount].isOpen;
|
|
|
if (this.IsLookOpen) {
|
|
@@ -20517,15 +20517,15 @@ export default {
|
|
|
}, 0);
|
|
|
}
|
|
|
|
|
|
- if(behavior.form.navId){
|
|
|
- this.navId = behavior.form.navId
|
|
|
- }
|
|
|
+ // if(behavior.form.navId){
|
|
|
+ // this.navId = behavior.form.navId
|
|
|
+ // }
|
|
|
// console.log("分屏阶段和任务",JSON.stringify(oldData),JSON.stringify(newData))
|
|
|
if(JSON.stringify(oldData)!=JSON.stringify(newData)){
|
|
|
// console.log("分屏测试====",JSON.stringify(oldData),JSON.stringify(newData))
|
|
|
this.getCourseDetail()
|
|
|
- this.setContent2(false)
|
|
|
}
|
|
|
+ this.setContent2(false)
|
|
|
|
|
|
|
|
|
}
|