11wqe1 9 月之前
父节点
当前提交
1f542f5934
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/components/easy2/studyStudent.vue

+ 1 - 3
src/components/easy2/studyStudent.vue

@@ -6558,7 +6558,7 @@
                         </div>
                       </div>
                       <div v-if="chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].eList && courseDetail.state == 2">
-                        <div class="ScoreBtn" v-if="!loopLoading[toolIndex].loading && !AIloading[toolIndex][scoWIndex].loading" @click="loopEva(worksStudent[toolIndex],chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].eList,courseType,taskCount,toolIndex)" >
+                        <div class="ScoreBtn" v-if="!loopLoading[toolIndex].loading" @click="loopEva(worksStudent[toolIndex],chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].eList,courseType,taskCount,toolIndex)" >
                           <img src="../../assets/icon/newIcons/rootImg.png" alt="">
                           AI评分
                         </div>
@@ -12446,7 +12446,6 @@ export default {
       AIloading:[],
       worksStudentCopy:[],
       loopLoading:[],
-      scoWIndex:0
     };
   },
   methods: {
@@ -12540,7 +12539,6 @@ export default {
 
     // 组件刷新
     refreshAssembly(val){
-      this.scoWIndex=val
       this.refreshKey++
       // console.log(this.refreshKey)
     },