forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-10 8c7d843afaa32fc77204e86e1fa80e1abe0756d9
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)
      }
   }