fix bug
This commit is contained in:
@ -897,11 +897,6 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
this.sf5.validator({ emitError: true });
|
||||
this.sf6.validator({ emitError: true });
|
||||
this.sf7.validator({ emitError: true });
|
||||
console.log(this.validateForm1.invalid)
|
||||
console.log(this.sf4.valid)
|
||||
console.log(this.sf5.valid)
|
||||
console.log(this.sf6.valid)
|
||||
console.log(this.sf7.valid)
|
||||
if (this.validateForm1.invalid || !this.sf3.valid || !this.sf4.valid || !this.sf5.valid || !this.sf6.valid || !this.sf7.valid) {
|
||||
this.service.msgSrv.warning('请完善必填项!');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user