From 6df1b6a36e02657c6e91ead1a5c9de4a95fd548d Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 27 九月 2024 14:05:53 +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