Merge branch 'feature/test' into develop

This commit is contained in:
wong
2025-12-11 09:37:12 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -983,7 +983,7 @@ const WechatAccountDetail: React.FC = () => {
onClick={() => { onClick={() => {
// 默认设置近7天 // 默认设置近7天
const today = new Date(); const today = new Date();
const sevenDaysAgo = dayjs(today).subtract(7, "day").toDate(); const sevenDaysAgo = dayjs(today).subtract(30, "day").toDate();
setExportStartTime(sevenDaysAgo); setExportStartTime(sevenDaysAgo);
setExportEndTime(today); setExportEndTime(today);
setShowExportPopup(true); setShowExportPopup(true);