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