Przeglądaj źródła

Merge branch 'v2.0' into debug

yujinwen 2 miesięcy temu
rodzic
commit
ece2ec71b6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/SelectBusiness.vue

+ 1 - 1
src/components/SelectBusiness.vue

@@ -62,7 +62,7 @@ function handleChange(value,context){
     :disabled="props.disabled"
     @search="remoteMethod"
     @change="handleChange"
-    @focus="remoteMethod"
+    @focus="remoteMethod('')"
   >
     <t-option 
       v-for="item in options"