From 524d94db9c77977bedd8acc4e383eae41749eb69 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 28 二月 2024 15:05:59 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/system/user/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-flow/src/pages/system/user/index.jsx b/zy-asrs-flow/src/pages/system/user/index.jsx
index 0efcb71..9de058e 100644
--- a/zy-asrs-flow/src/pages/system/user/index.jsx
+++ b/zy-asrs-flow/src/pages/system/user/index.jsx
@@ -94,7 +94,7 @@
     }
 };
 
-const handlePwd = async (val) => {
+const handlePwd = async (val, intl) => {
     const hide = message.loading('姝e湪閲嶇疆');
     try {
         const resp = await Http.doPost('api/user/reset/pwd', val);
@@ -697,7 +697,7 @@
                 onSubmit={async (values) => {
                     let ok = false;
                     if (values.id) {
-                        ok = await handlePwd({ ...values })
+                        ok = await handlePwd({ ...values }, intl)
                     }
                     if (ok) {
                         setPwdModalVisible(false);

--
Gitblit v1.9.1