|
|
@@ -596,7 +596,7 @@
|
|
|
bindx() {
|
|
|
this.show = false
|
|
|
this.getOrderList()
|
|
|
- this.phone = ''
|
|
|
+ this.xuePhone = ''
|
|
|
this.userName = ''
|
|
|
this.orderNumber = ''
|
|
|
},
|
|
|
@@ -1306,13 +1306,14 @@
|
|
|
let data = {
|
|
|
page: this.page,
|
|
|
limit: this.limit,
|
|
|
- phone: this.phone,
|
|
|
+ phone: this.xuePhone,
|
|
|
userName: this.userName,
|
|
|
orderNumber: this.orderNumber,
|
|
|
shopId: this.shopId,
|
|
|
status: this.status,
|
|
|
orderType: this.orderType
|
|
|
}
|
|
|
+ // console.log('查询',data)
|
|
|
this.$Request.getA("/admin/order/selectAllOrder", data).then(res => {
|
|
|
uni.stopPullDownRefresh();
|
|
|
if (res.code == 0) {
|