|
@@ -14278,7 +14278,7 @@ export default {
|
|
if(this.markScoretoolIndex == index){
|
|
if(this.markScoretoolIndex == index){
|
|
e.forEach((i,inx)=>{
|
|
e.forEach((i,inx)=>{
|
|
let mk = `markSco${index}${inx}`
|
|
let mk = `markSco${index}${inx}`
|
|
- if(this.$refs[mk]){
|
|
+ if(this.$refs[mk] && this.$refs[mk][0]){
|
|
this.$refs[mk][0].getData()
|
|
this.$refs[mk][0].getData()
|
|
}
|
|
}
|
|
})
|
|
})
|