浏览代码

Merge branch 'v2.0' into debug

yujinwen 2 月之前
父节点
当前提交
a9b50b9aaf
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"