forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-08 8dae74070e63cec1b2627a71f1f2d0e8dffc0e6a
gz-customerSystem/src/views/register/eventFlow/index.jsx
@@ -1,12 +1,3 @@
/*
 * @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';
@@ -51,16 +42,6 @@
      img: examine,
      label: '上报审核',
      key: 'sbsh',
   },
   {
      img: examine,
      label: '结案审核',
      key: 'jash',
   },
   {
      img: examine,
      label: '联合处置申请审核',
      key: 'lhczsh',
   },
]
const Organization = () => {
@@ -107,8 +88,8 @@
      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} />
      }
   }