yujinwen há 2 meses atrás
pai
commit
cb3f8a42c7
1 ficheiros alterados com 1 adições e 1 exclusões
  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"