|
@@ -15,7 +15,7 @@
|
|
</view>
|
|
</view>
|
|
</u-cell-item>
|
|
</u-cell-item>
|
|
</u-cell-group> -->
|
|
</u-cell-group> -->
|
|
- <u-search placeholder="输入客户名称搜索" v-model="queryparams.buyerName" @clear="tagClick" @search="getList(1)" @custom="getList(1)"></u-search>
|
|
|
|
|
|
+ <u-search placeholder="输入客户名称搜索" v-model="queryparams.buyerName" @change="changeInput" @clear="tagClick" @search="getList(1)" @custom="getList(1)"></u-search>
|
|
</view>
|
|
</view>
|
|
<scroll-view class="sales-list-con" :style="{height: scrollH+'upx'}" scroll-y @scrolltolower="onreachBottom">
|
|
<scroll-view class="sales-list-con" :style="{height: scrollH+'upx'}" scroll-y @scrolltolower="onreachBottom">
|
|
<view class="sales-list-main">
|
|
<view class="sales-list-main">
|
|
@@ -107,6 +107,11 @@
|
|
this.queryparams.buyerSn = undefined
|
|
this.queryparams.buyerSn = undefined
|
|
this.getList(1)
|
|
this.getList(1)
|
|
},
|
|
},
|
|
|
|
+ changeInput(v){
|
|
|
|
+ if(v.length==0){
|
|
|
|
+ this.tagClick()
|
|
|
|
+ }
|
|
|
|
+ },
|
|
// 列表
|
|
// 列表
|
|
getList(pageNo){
|
|
getList(pageNo){
|
|
const _this = this
|
|
const _this = this
|