This commit is contained in:
caishi 2023-06-01 17:00:46 +08:00
parent bb63e9d16b
commit b487001063
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 },
payload: { ...competitions.listParams,external:true },
});
}, [competitions.name]);
useEffect(() => {