解决冲突

This commit is contained in:
wangshiming
2022-02-28 19:43:46 +08:00
parent c4ea948c73
commit f181229238
3 changed files with 5 additions and 2 deletions

View File

@ -813,6 +813,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
this.sf6.validator({ emitError: true });
this.sf7.validator({ emitError: true });
if (this.validateForm1.invalid || !this.sf1.valid || !this.sf3.valid || !this.sf4.valid || !this.sf6.valid || !this.sf7.valid) {
this.service.msgSrv.warning('请完善必填项!');
return;
}