|
@@ -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)
|
|
|
},
|