| | |
| | | import * as Common from '@/utils/common'; |
| | | // import { MissionEmpty } from "./MissionEmpty"; |
| | | import MissionShow from "./MissionShow"; |
| | | import { MissionListContent } from "./MissionListContent"; |
| | | |
| | | const MissionList = () => { |
| | | |
| | |
| | | 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; |
| | |
| | | </TopToolbar> |
| | | )} /> |
| | | <Card> |
| | | {/* <DealListContent /> */} |
| | | <MissionListContent /> |
| | | </Card> |
| | | {/* <DealArchivedList /> */} |
| | | |