From 2ce6364f53a85623c9c2a99e9fcf58d4e8a2530c Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Sat, 31 Aug 2024 15:33:14 +0800 Subject: [PATCH] 事项详情接口 --- 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