From 6ddd4a92cb77300b394e9c90c4899ba5572a1445 Mon Sep 17 00:00:00 2001 From: huababa1 <2037205722@qq.com> Date: Thu, 16 Oct 2025 19:16:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E6=8C=89=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=8C=89=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tenant/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue index 504040e..7b9d4a9 100644 --- a/src/views/system/tenant/index.vue +++ b/src/views/system/tenant/index.vue @@ -294,7 +294,7 @@ const openStatus = (row: any) => { id, password: newPassword, } - const res = await TenantApi.resetPassword(data) d + const res = await TenantApi.resetPassword(data) // 4️⃣ 显示成功提示 ElMessage.success(res?.msg || '密码重置成功!')