11wqe1 5 ヶ月 前
コミット
47d925d30d

+ 2 - 2
src/components/easy2/commpont/markDialog.vue

@@ -105,7 +105,7 @@
                 style="margin-left: 10px;"
                 @click="AIsubmit(currentUid)"
                 v-if="
-                  (currentUid.type == 10 || currentUid.type == 13 || isMarkCom == 1) && !isMarkSco
+                  (currentUid.type == 1 ||currentUid.type == 10 || currentUid.type == 13 || isMarkCom == 1) && !isMarkSco
                 "
               >
                 <img
@@ -117,7 +117,7 @@
                 class="ScrBtn"
                 style="margin-left: 10px;"
                 v-if="
-                  (currentUid.type == 10 || currentUid.type == 13 || isMarkCom == 1) && isMarkSco
+                  (currentUid.type == 1 ||currentUid.type == 10 || currentUid.type == 13 || isMarkCom == 1) && isMarkSco
                 "
                 @click="noIsAi"
               >

+ 3 - 1
src/components/easy2/commpont/markScore.vue

@@ -232,7 +232,7 @@ export default {
           } else {
             this.scoTitList.forEach((e, index) => {
               e.cog = null;
-            })
+            }) 
             this.scoTitList = JSON.parse(JSON.stringify(this.scoTitList));
 
           }
@@ -428,7 +428,9 @@ export default {
                 .get(_this.$store.state.api + "updateWorksEvaTwo", params)
                 .then(res => {
                   console.log('999999999999999999999999999999999999999999999999999');
+                  this.getData()
                   this.$emit('refreshOther',{tid:this.toolIndex,wid:this.wIndex})
+                  
                   return resolve(1);
                   
                 })

+ 8 - 8
src/components/easy2/studyStudent.vue

@@ -13756,14 +13756,14 @@ export default {
         });
         
         // this.refreshKey++
-        this.worksStudent.forEach((e,index)=>{
-          if(toolIndex == index){
-            e.forEach((i,inx)=>{
-              let mk = `markSco${index}${inx}`
-              this.$refs[mk][0].getData()
-            })
-          }
-        })
+        // this.worksStudent.forEach((e,index)=>{
+        //   if(toolIndex == index){
+        //     e.forEach((i,inx)=>{
+        //       let mk = `markSco${index}${inx}`
+        //       this.$refs[mk][0].getData()
+        //     })
+        //   }
+        // })
 
         this.AIloading[toolIndex].forEach(e=>{
           e.loading =false