地图首页 文件按块拆分

master
LiuJiaNan 2026-07-17 18:19:33 +08:00
parent d577446a10
commit 266f7c3394
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ function RecordStatsPanel(props) {
const [list, setList] = useState([]);
useEffect(() => {
const loadList = async () => {
const { data } =
await props.getXgfStatisticsListRecordProjectStatistics();
const { data } = await props.getXgfStatisticsListRecordProjectStatistics();
setList(data);
};