|
@@ -24502,16 +24502,16 @@ export default {
|
|
|
setClassRoomHelperWidth(width) {
|
|
|
this.classRoomHelperWidth = width;
|
|
|
},
|
|
|
- openChoseWorksDetailDialog(tooC, toolIndex, taskCount) {
|
|
|
+ openChoseWorksDetailDialog(tooC, toolIndex, taskCount,tooc) {
|
|
|
this.$refs.choseWorksDetailDialogRef.open({
|
|
|
- toolType:45,
|
|
|
+ toolType:tooc,
|
|
|
tType: this.tType,
|
|
|
toolIndex: toolIndex
|
|
|
});
|
|
|
this.changeSplitScreenBehavior({
|
|
|
code: 1,
|
|
|
form: {
|
|
|
- toolType:45,
|
|
|
+ toolType:tooc,
|
|
|
toolIndex: toolIndex,
|
|
|
courseType: this.courseType,
|
|
|
taskCount: this.taskCount,
|
|
@@ -24543,7 +24543,7 @@ export default {
|
|
|
toolIndex: toolIndex
|
|
|
});
|
|
|
},
|
|
|
- async splitScreenBehavior(type = 0) {
|
|
|
+ async splitScreenBehavior(type = 0) {
|
|
|
// return;
|
|
|
if (this.splitScreenData.loading)
|
|
|
return this.$message.info("操作过快,请稍等");
|
|
@@ -24637,7 +24637,7 @@ export default {
|
|
|
console.log("获取分屏数出错:", e);
|
|
|
});
|
|
|
},
|
|
|
- doSplitScreenBehavior() {
|
|
|
+ doSplitScreenBehavior() {
|
|
|
if (
|
|
|
this.splitScreenData.isOpen &&
|
|
|
this.splitScreenData.uid != this.splitScreenData.myUid
|
|
@@ -24687,7 +24687,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
updateSplitScreenData(empty = 0) {
|
|
|
- // return
|
|
|
return new Promise(resolve => {
|
|
|
if(this.userid!==this.courseDetail.userid){
|
|
|
if(!this.courseDetail.userid){
|
|
@@ -24727,7 +24726,6 @@ export default {
|
|
|
resoleve(0);
|
|
|
});
|
|
|
} else if (empty == 2 && this.tType == 1) {
|
|
|
- console.log("清空清空清空清空")
|
|
|
let params = [
|
|
|
{
|
|
|
cid: this.id,
|