diff --git a/pages/tabBar/order/order.vue b/pages/tabBar/order/order.vue index 3320fa4..ad45a66 100644 --- a/pages/tabBar/order/order.vue +++ b/pages/tabBar/order/order.vue @@ -172,6 +172,9 @@ // path: 'TODO' } }, + onShow(){ + this?.$refs?.listRef?.getDataList?.(true) // 重置到第一页数据 + }, onLoad(option) { this.queryOption = option this.initData();