bug fixed
This commit is contained in:
parent
6dbcdc1fa4
commit
00c8bb11b5
|
@ -76,6 +76,9 @@ export class LoginComponent implements OnInit {
|
|||
if (!!this.fixedCompanyCode) {
|
||||
this.companyCodeFormControl.setValue(this.fixedCompanyCode);
|
||||
}
|
||||
if (!!this.companyCode) {
|
||||
this.companyCodeFormControl.setValue(this.companyCode);
|
||||
}
|
||||
const loginIdValidators: ValidatorFn[] = [Validators.required];
|
||||
this.loginIdFormControl.setValidators(loginIdValidators);
|
||||
if (!!this.loginId) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user