Quellcode durchsuchen

优化手机号查询

1410417013 vor 9 Monaten
Ursprung
Commit
cfb808f9c4
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      pages/order/index.vue

+ 3 - 2
pages/order/index.vue

@@ -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) {