소스 검색

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"