|
@@ -66,9 +66,6 @@
|
|
|
|
|
|
this.orderList = res.data.data.records
|
|
this.orderList = res.data.data.records
|
|
if (this.orderList.length > 0) {
|
|
if (this.orderList.length > 0) {
|
|
- this.orderList.forEach((order) => {
|
|
|
|
- order.isResv = true
|
|
|
|
- })
|
|
|
|
this.updateQueryOrderResult(this.orderList)
|
|
this.updateQueryOrderResult(this.orderList)
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/subpkg_checkin/queryOrderResult/queryOrderResult'
|
|
url: '/subpkg_checkin/queryOrderResult/queryOrderResult'
|