地图首页 文件按块拆分
parent
d577446a10
commit
266f7c3394
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue