hyc #3

Merged
hyc merged 2 commits from hyc into master 2025-10-16 19:17:21 +08:00
Showing only changes of commit 6ddd4a92cb - Show all commits

View File

@@ -294,7 +294,7 @@ const openStatus = (row: any) => {
id, id,
password: newPassword, password: newPassword,
} }
const res = await TenantApi.resetPassword(data) d const res = await TenantApi.resetPassword(data)
// 4⃣ 显示成功提示 // 4⃣ 显示成功提示
ElMessage.success(res?.msg || '密码重置成功!') ElMessage.success(res?.msg || '密码重置成功!')