From 048426cae242f190ea1f5df310d68af0d738762e Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 27 九月 2024 13:27:57 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/mission/MissionList.jsx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/zy-acs-flow/src/page/mission/MissionList.jsx b/zy-acs-flow/src/page/mission/MissionList.jsx index 0bb97c4..3135d7c 100644 --- a/zy-acs-flow/src/page/mission/MissionList.jsx +++ b/zy-acs-flow/src/page/mission/MissionList.jsx @@ -41,6 +41,7 @@ import * as Common from '@/utils/common'; // import { MissionEmpty } from "./MissionEmpty"; import MissionShow from "./MissionShow"; +import { MissionListContent } from "./MissionListContent"; const MissionList = () => { @@ -64,6 +65,8 @@ const MissionLayout = () => { const location = useLocation(); const matchShow = matchPath('/mission/:id/show', location.pathname); + console.log(matchShow); + const { data, isPending, filterValues } = useListContext(); if (isPending) return null; @@ -90,7 +93,7 @@ </TopToolbar> )} /> <Card> - {/* <DealListContent /> */} + <MissionListContent /> </Card> {/* <DealArchivedList /> */} -- Gitblit v1.9.1