custom-联特

This commit is contained in:
lys 2025-04-29 15:31:07 +08:00
parent 5790cf3d52
commit 401172a4de
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class SecondarypwdModify extends Component {
form.validateForm().then(f => {
if (f.isValid) {
const { secondaryPwd1: newSecondaryPwd1, secondaryPwd2: newSecondaryPwd2 } = form.getFormParams();
if (newSecondaryPwd1 !== newSecondaryPwd1) {
if (newSecondaryPwd1 !== newSecondaryPwd2) {
form.showError("secondaryPwd2", getLabel(504376, "密码确认不正确!"));
return;
}