chenmy 4 năm trước cách đây
mục cha
commit
9b03a1e99a

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

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