#
luxiaotao1123
2024-09-27 048426cae242f190ea1f5df310d68af0d738762e
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 /> */}