商品订单搜索
This commit is contained in:
parent
2a478673db
commit
3c2586e921
@ -7,7 +7,7 @@
|
||||
</view>
|
||||
<view class="inputs">
|
||||
<i class="icon"></i>
|
||||
<input v-model="goodsName" type="text" name="" id="" class="input" placeholder="搜索订单"
|
||||
<input v-model="orderTypeList.goodsName" type="text" name="" id="" class="input" placeholder="搜索订单"
|
||||
placeholder-class="placeholder">
|
||||
</view>
|
||||
</u-navbar>
|
||||
@ -317,7 +317,7 @@
|
||||
},
|
||||
},
|
||||
watch: { //监听
|
||||
goodsName() {
|
||||
'orderTypeList.goodsName'() {
|
||||
this.pageNum = 1
|
||||
this.goodsOrderinfo()
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user