feat:【mall 商城】商城首页的迁移【antd】55%:member-stat 修复缺陷

This commit is contained in:
YunaiV
2025-10-19 16:21:53 +08:00
parent 79f633bb86
commit 5b3749d535
4 changed files with 99 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
import type { DataComparisonRespVO } from './common';
import { formatDate } from '@vben/utils';
import { formatDate, formatDateTime } from '@vben/utils';
import { requestClient } from '#/api/request';
@@ -128,8 +128,8 @@ export function getOrderCountTrendComparison(
>('/statistics/trade/order-count-trend', {
params: {
type,
beginTime: formatDate(beginTime),
endTime: formatDate(endTime),
beginTime: formatDateTime(beginTime),
endTime: formatDateTime(endTime),
},
});
}