#
luxiaotao1123
2024-09-21 28067589cde104a91e68d3d1fc0e67dc3c650802
zy-acs-flow/src/page/agv/show/AgvShowTask.jsx
@@ -117,6 +117,7 @@
    const [currCount, setCurrCount] = useState(pageSize);
    const [records, setRecords] = useState(null);
    const [total, setTotal] = useState(0);
    const translate = useTranslate();
    useEffect(() => {
        const http = async () => {
@@ -193,7 +194,7 @@
                                fullWidth
                                sx={{ mt: 1 }}
                            >
                                Load more activity
                                {translate('common.action.loadMore')}
                            </Button>
                        )}
                    </List>