分页问题解决
This commit is contained in:
parent
b7764ec20f
commit
5bd4e86eaf
|
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue