forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-31 2ce6364f53a85623c9c2a99e9fcf58d4e8a2530c
gz-customerSystem/src/views/register/visit/component/handle.jsx
@@ -1,4 +1,4 @@
import React, { useState, useRef } from 'react';
import React, { useState, useRef, useEffect } from 'react';
import { Col, Space, Row, Tooltip, Button } from 'antd';
import { register, fold, down, empty, link } from '../../../../assets/images';
import { Form, Input, Tabs, Typography, Empty } from '@arco-design/web-react';
@@ -8,6 +8,7 @@
import WantUserTag from '../../../../components/WantUserTag/Handling';
import { scan } from '@/assets/images/icon'
import DocumentScanner from './FileUpLoad'
import * as $$ from '@/utils/utility';
const InputSearch = Input.Search;
@@ -33,6 +34,8 @@
  const [isModalVisible, setIsModalVisible] = useState(false);
  const formRef = useRef(null);
  const handleTabChange = (newTabIndex) => {
    setSelectedTab(newTabIndex);
@@ -139,6 +142,8 @@
  return (
    <>
      <div className='container'>