Commit 2a4c4f79d3c6799b555a38417cd0888270427e16

Authored by boyang
1 parent f53c9cf8

fix: 第一次进入报表页面防止二次请求

src/pages/OrderReport/index.tsx
... ... @@ -181,7 +181,6 @@ const OrderReportPage = () => {
181 181 }, [selectedMonth, selectedYear]);
182 182  
183 183 useEffect(() => {
184   - loadData();
185 184 getSalesCodeOptions();
186 185 }, []);
187 186  
... ...