Explorar el Código

Merge branch 'bugfix' into test

zhangxc hace 5 años
padre
commit
00a8bb6c4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;