From 8c7d843afaa32fc77204e86e1fa80e1abe0756d9 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Tue, 10 Sep 2024 10:36:28 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- gz-customerSystem/src/views/register/visit/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/visit/index.jsx b/gz-customerSystem/src/views/register/visit/index.jsx index 74a56cc..e00c310 100644 --- a/gz-customerSystem/src/views/register/visit/index.jsx +++ b/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-09-07 17:27:08 + * @LastEditTime: 2024-09-10 10:10:03 * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\index.jsx * @Description: 来访登记 */ @@ -169,6 +169,7 @@ const response = await submitDispute(data) if (response.type) { Message.success('提交成功!') + navigate(`/mediate/visit/visitWorkBench`, { replace: true }) setCurrent(2) } } -- Gitblit v1.8.0