11wqe1 4 月之前
父節點
當前提交
73153739a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/easy2/studyStudent.vue

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

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