商品订单搜索

This commit is contained in:
闫晓茹 2023-10-27 16:43:40 +08:00
parent 2a478673db
commit 3c2586e921

View File

@ -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()
},