This commit is contained in:
caishi 2023-06-01 17:01:03 +08:00
parent b487001063
commit cd109490c0
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ const competitionsIndexPage: FC<PageProps> = ({
// getHomeNotice();
dispatch({
type: 'competitions/getList',
payload: { ...competitions.listParams,external:true },
payload: { ...competitions.listParams},
});
}, [competitions.name]);
useEffect(() => {