From b4870010633044d429ae05694b2ccc4b043b0a6b Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Thu, 1 Jun 2023 17:00:46 +0800 Subject: [PATCH] getlist --- src/pages/Competitions/Index/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Competitions/Index/index.tsx b/src/pages/Competitions/Index/index.tsx index 8a9fdd1e..f78e5283 100755 --- a/src/pages/Competitions/Index/index.tsx +++ b/src/pages/Competitions/Index/index.tsx @@ -89,7 +89,7 @@ const competitionsIndexPage: FC = ({ // getHomeNotice(); dispatch({ type: 'competitions/getList', - payload: { ...competitions.listParams }, + payload: { ...competitions.listParams,external:true }, }); }, [competitions.name]); useEffect(() => {