Browse Source

Merge branch 'v2.0' into debug

yujinwen 2 months ago
parent
commit
a9b50b9aaf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/SelectBusiness.vue

+ 1 - 0
src/components/SelectBusiness.vue

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