From 6ba83a080bc188326c319a8f92e2346b0482c28e Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Sat, 31 Aug 2024 15:45:30 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh --- gz-customerSystem/src/views/register/visit/component/handle.jsx | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/visit/component/handle.jsx b/gz-customerSystem/src/views/register/visit/component/handle.jsx index bcced75..a72bf56 100644 --- a/gz-customerSystem/src/views/register/visit/component/handle.jsx +++ b/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'> -- Gitblit v1.8.0