custom-联特
This commit is contained in:
parent
5790cf3d52
commit
401172a4de
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue