This commit is contained in:
@@ -123,6 +123,7 @@ export default {
|
||||
onLoad(options) {
|
||||
// 默认加载全部订单,不筛选状态
|
||||
this.status = null
|
||||
console.log('onLoad - 加载订单列表')
|
||||
this.loadOrders()
|
||||
},
|
||||
onShow() {
|
||||
@@ -153,6 +154,7 @@ export default {
|
||||
page: this.page,
|
||||
pageSize: this.pageSize
|
||||
})
|
||||
console.log('订单列表响应:', res)
|
||||
|
||||
const list = res.records || []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user