|
@@ -830,6 +830,15 @@ export default {
|
|
|
console.log('this.testJson',JSON.parse(JSON.stringify(this.testJson)));
|
|
|
|
|
|
this.showType = 0;
|
|
|
+ // this.$emit("changeSplitScreenBehavior",{code: 1,
|
|
|
+ // form: {
|
|
|
+ // toolIndex: this.toolIndex,
|
|
|
+ // courseType: this.courseType,
|
|
|
+ // taskCount: this.taskCount,
|
|
|
+ // type: this.showType,
|
|
|
+ // showStatisticsType:this.showStatisticsType,
|
|
|
+ // lookWorks:val.id
|
|
|
+ // }})
|
|
|
},
|
|
|
setData() {
|
|
|
if (this.show && this.toolIndex !== null) {
|
|
@@ -880,7 +889,7 @@ export default {
|
|
|
courseType: this.courseType,
|
|
|
taskCount: this.taskCount,
|
|
|
type: this.showType,
|
|
|
- showStatisticsType:this.showStatisticsType
|
|
|
+ showStatisticsType:this.showStatisticsType,
|
|
|
}})
|
|
|
|
|
|
},
|
|
@@ -916,6 +925,9 @@ export default {
|
|
|
if(data.toolType!==undefined){
|
|
|
this.toolType = data.toolType;
|
|
|
}
|
|
|
+ if(data.lookWorks!==undefined){
|
|
|
+ // this.StudentWork(item)
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
};
|