|
@ -235,7 +235,8 @@ export default { |
|
|
url: ORDER_API.billingOrderList, |
|
|
url: ORDER_API.billingOrderList, |
|
|
data: { |
|
|
data: { |
|
|
brand_id, stadium_id, status, |
|
|
brand_id, stadium_id, status, |
|
|
start, end, order_type: this.getReqOrderType(order_type), page, page_size, |
|
|
|
|
|
|
|
|
start: start + ' 00:00:00', end: end + ' 23:59:59', |
|
|
|
|
|
order_type: this.getReqOrderType(order_type), page, page_size, |
|
|
status_text: status_text === '押金' ? '' : status_text |
|
|
status_text: status_text === '押金' ? '' : status_text |
|
|
}, |
|
|
}, |
|
|
failMsg: '加载失败!' |
|
|
failMsg: '加载失败!' |
|
|