forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-02 9365876679475117b2ac24fda870e835a3f99309
gz-customerSystem/src/views/register/visit/index.jsx
@@ -2,7 +2,7 @@
 * @Author: dminyi 1301963064@qq.com
 * @Date: 2024-08-09 09:59:43
 * @LastEditors: dminyi 1301963064@qq.com
 * @LastEditTime: 2024-08-28 14:38:20
 * @LastEditTime: 2024-09-02 11:40:22
 * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\index.jsx
 * @Description: 来访登记
 */
@@ -13,7 +13,7 @@
import "@arco-themes/react-gzzz/css/arco.css";
import '../index.less';
import { Space } from 'antd';
import { Button, Steps, Message } from '@arco-design/web-react';
import { Button, Steps, Tabs, Message } from '@arco-design/web-react';
import VisitorRegister from './component/visitorRegister';
import Preview from './preview';
@@ -36,7 +36,7 @@
   const formRef = useRef();
   const [isReview, setIsReview] = useState(false);//预览页面控制
   const [current, setCurrent] = useState(1);
   const [current, setCurrent] = useState(3);
   //提交信息,需要校验规则
   const handleSubmit = async () => {