Commit c712bf8a by wusiyi

fix: lint

parent b4d938df
...@@ -91,7 +91,6 @@ export function useOrderStatusTree(options: UseOrderStatusTreeOptions) { ...@@ -91,7 +91,6 @@ export function useOrderStatusTree(options: UseOrderStatusTreeOptions) {
try { try {
const res = await getPodOrderAcceptedStatisticsApi( const res = await getPodOrderAcceptedStatisticsApi(
getQueryPayload(), getQueryPayload(),
currentPage.value,
pageSize.value, pageSize.value,
status.value, status.value,
getListPageAcceptedSubStatus(), getListPageAcceptedSubStatus(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment