shish 1 an în urmă
părinte
comite
b4fe4804c3
1 a modificat fișierele cu 2 adăugiri și 3 ștergeri
  1. 2 3
      ghsPad/src/pages/home/components/customerList.vue

+ 2 - 3
ghsPad/src/pages/home/components/customerList.vue

@@ -25,7 +25,7 @@
 
     </view>
     <view style="position: relative;">
-        <input class="input-serach_box" v-model="searchUser" type="text" :focus="focusInput" @focus="clearInput" @input="changSearch" placeholder-class="input-placeholder" placeholder="请输入客户名称"/>
+        <input class="input-serach_box" v-model="searchUser" type="text" @focus="clearInput" @input="changSearch" placeholder-class="input-placeholder" placeholder="请输入客户名称"/>
     </view>
   </view>
 </template>
@@ -43,8 +43,7 @@ export default {
   data() {
     return {
 		searchUser: '',
-		currentCustomList:[],
-    focusInput:false
+		currentCustomList:[]
 	};
   },
   mounted() {