Sign in
canrd-main
/
canrd-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2a4c4f79d3c6799b555a38417cd0888270427e16
Authored by
boyang
2025-06-13 16:28:22 +0800
1 parent
f53c9cf8
fix: 第一次进入报表页面防止二次请求
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/pages/OrderReport/index.tsx
src/pages/OrderReport/index.tsx
View file @
2a4c4f7
...
...
@@ -181,7 +181,6 @@ const OrderReportPage = () => {
181
181
}, [selectedMonth, selectedYear]);
182
182
183
183
useEffect(() => {
184
- loadData();
185
184
getSalesCodeOptions();
186
185
}, []);
187
186
...
...