| | |
| | | /* |
| | | * @Author: dminyi 1301963064@qq.com |
| | | * @Date: 2024-08-09 09:59:43 |
| | | * @LastEditors: dminyi 1301963064@qq.com |
| | | * @LastEditTime: 2024-08-31 17:13:53 |
| | | * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\index.jsx |
| | | * @Description: 来访登记 |
| | | */ |
| | | |
| | | import React, { useState, useRef, Fragment, useEffect } from "react"; |
| | | import NewPage from '@/components/NewPage'; |
| | | import * as $$ from '@/utils/utility'; |
| | |
| | | img: examine, |
| | | label: '上报审核', |
| | | key: 'sbsh', |
| | | }, |
| | | { |
| | | img: examine, |
| | | label: '结案审核', |
| | | key: 'jash', |
| | | }, |
| | | { |
| | | img: examine, |
| | | label: '联合处置申请审核', |
| | | key: 'lhczsh', |
| | | }, |
| | | ] |
| | | const Organization = () => { |
| | |
| | | if (key === 'sqjl') { |
| | | return <ApplyInfo /> |
| | | } |
| | | if (key === 'htsh' || key === 'sbsh' || key === 'jash' || key === 'lhczsh') { |
| | | return <Examine type={key} /> |
| | | if (key === 'htsh' || key === 'sbsh' || key === 'lhczsh') { |
| | | return <Examine type={key} caseTaskId={routeData.caseTaskId} caseId={routeData.caseId} /> |
| | | } |
| | | } |
| | | |