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