yujinwen 5 mēneši atpakaļ
vecāks
revīzija
8c45eecc76
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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"