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