地图首页 文件按块拆分
parent
d577446a10
commit
266f7c3394
|
|
@ -12,8 +12,7 @@ function RecordStatsPanel(props) {
|
||||||
const [list, setList] = useState([]);
|
const [list, setList] = useState([]);
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const loadList = async () => {
|
const loadList = async () => {
|
||||||
const { data } =
|
const { data } = await props.getXgfStatisticsListRecordProjectStatistics();
|
||||||
await props.getXgfStatisticsListRecordProjectStatistics();
|
|
||||||
setList(data);
|
setList(data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue