From f5938110f4cea9e648f084808366c3ac703ddfcf Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 10 Jan 2025 18:45:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=AF=86=E7=A0=81=E9=87=8D=E7=BD=AE=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index f30d787c..8593c275 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -492,7 +492,7 @@ function fnModalCancel() { */ function fnModalOkResetPwd() { modalStateFrom - .validate(['userName', 'password']) + .validate(['password']) .then(() => { modalState.confirmLoading = true; const key = 'user';