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>