Parcourir la source

Merge branch 'bugfix' into test

zhangxc il y a 5 ans
Parent
commit
00a8bb6c4f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;