|
@@ -938,7 +938,6 @@
|
|
|
<div>
|
|
|
<div
|
|
|
class="worksDetailBox"
|
|
|
- style="width: calc(100% - 30%)"
|
|
|
v-if="
|
|
|
worksStudent[jdIndex][rwIndex][toolIndex].length > 0
|
|
|
"
|
|
@@ -3712,7 +3711,13 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
created() {
|
|
|
- this.allScrell();
|
|
|
+ if(this.screenType == 2){
|
|
|
+ window.parent.postMessage({ allScreen: 4 }, "*");
|
|
|
+ }else if(this.screenType == 3){
|
|
|
+ window.parent.postMessage({ allScreen: 5 }, "*");
|
|
|
+ }else if(this.screenType == 1){
|
|
|
+ window.parent.postMessage({ allScreen: 6 }, "*");
|
|
|
+ }
|
|
|
this.selectEva();
|
|
|
this.getCourseDetail();
|
|
|
this.selectCount();
|