|
@@ -12515,9 +12515,10 @@ export default {
|
|
|
[{'评价名称':'评价等级0-5(数字)'},{'评价名称':'评价等级0-5(数字)'},{'评价名称':'评价等级0-5(数字)'},{'评价名称':'评价等级0-5(数字)'}]
|
|
|
`
|
|
|
let mk = `markSco${toolIndex}${i}`
|
|
|
- // this.$refs[mk][0].getData()
|
|
|
await this.$refs[mk][0].aiupdetaSco(msg,con[i].userid,stage,task)
|
|
|
// this.refreshKey++
|
|
|
+ this.$refs[mk][0].getData()
|
|
|
+
|
|
|
this.AIloading[toolIndex][i].loading=false
|
|
|
}
|
|
|
this.loopLoading[toolIndex].loading = false;
|