|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view style="position: relative;">
|
|
<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>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
@@ -43,8 +43,7 @@ export default {
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
searchUser: '',
|
|
searchUser: '',
|
|
|
- currentCustomList:[],
|
|
|
|
|
- focusInput:false
|
|
|
|
|
|
|
+ currentCustomList:[]
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
mounted() {
|
|
mounted() {
|