fix: 所有字段都输入数据后,下一步按钮应该取消置灰装填

pull/7/head
刘释隆 2 years ago
parent ab4adcb70f
commit 34937aeabf

@ -228,7 +228,7 @@ function switchTab(type: number) {
}
function computedForm() {
return !formInline.enterprisecode || !formInline.username || !formInline.password;
return !formForget.phonecode || !formForget.phone || !formForget.loginname || !formForget.agentcode;
}
function computedFormSure() {

Loading…
Cancel
Save