yujinwen 2 mesi fa
parent
commit
cb3f8a42c7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"