Procházet zdrojové kódy

Merge branch 'bugfix' into test

zhangxc před 5 roky
rodič
revize
00a8bb6c4f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;