chenmy 4 년 전
부모
커밋
9b03a1e99a
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      HiTeachCE/ClientApp/src/components/Tools/BasePick.vue

+ 3 - 3
HiTeachCE/ClientApp/src/components/Tools/BasePick.vue

@@ -207,10 +207,10 @@
                     this.answershow=true
                 }
                 if (status === 1 && oldAnswer.length !== 0) {
-                    textList[3].show = true
+                    this.textList[3].show = true
                 } else if (status === 1 ) {
-                    textList[1].show = true
-                    textList[2].show = true
+                    this.textList[1].show = true
+                    this.textList[2].show = true
                 }
             },
             cons(val) {