分页问题解决

This commit is contained in:
hongchao 2025-03-08 13:02:37 +08:00
parent b7764ec20f
commit 5bd4e86eaf
1 changed files with 1 additions and 0 deletions

View File

@ -1147,6 +1147,7 @@ const onJumpOrderDetails = (item) => {
const onTapsChange = (val) => {
orderQueryParams.value.orderStatus = val === 0 ? '' : tabList.value[val].order_status
orderQueryParams.value.pageNum=1
getOrderListData()
}