fix:修复bug;新增订单列表页面订单监控
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
const status = statusTabs[currentTab.value].status;
|
||||
const params = {
|
||||
pageNum: currentPage.value,
|
||||
pageSize: pageSize.value
|
||||
pageSize: pageSize.value,
|
||||
};
|
||||
if (status) {
|
||||
params.status = status;
|
||||
|
||||
Reference in New Issue
Block a user