Browse Source

Merge branch 'bugfix' into test

zhangxc 5 năm trước cách đây
mục cha
commit
00a8bb6c4f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/preTreat/AddSimpleQuestion.vue

+ 1 - 1
src/components/preTreat/AddSimpleQuestion.vue

@@ -80,7 +80,7 @@
         this.dataPub = val;
       },
       hideQas(){
-        this.$refs.PubSelect.hideQas();
+        this.$refs.PubSelect&&this.$refs.PubSelect.hideQas()
       },
       pushValues(its){
         this.options = its;