SanHQin 3 months ago
parent
commit
c2d43a8ad1
1 changed files with 13 additions and 1 deletions
  1. 13 1
      src/components/components/choseWorksDetailDialog.vue

+ 13 - 1
src/components/components/choseWorksDetailDialog.vue

@@ -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)
+			}
 		}
   }
 };