fix bug
This commit is contained in:
@ -182,14 +182,14 @@ export class NetworkFreightNewComponent implements OnInit {
|
||||
}
|
||||
console.log(this.sf1.value);
|
||||
console.log(this.sf1.valid);
|
||||
console.log(this.sf.value);
|
||||
console.log(this.sf?.value);
|
||||
console.log(this.sf.valid);
|
||||
const sfVlaue = this.sf1.value;
|
||||
const params: any = {};
|
||||
console.log(this.sf1.value);
|
||||
|
||||
Object.assign(params, {
|
||||
...this.sf.value,
|
||||
...this.sf?.value,
|
||||
enterpriseInfoDTO: {
|
||||
...this.sf1.value,
|
||||
legalPersonIdentityDTO: this.sf1.value.legalPersonIdentityVO,
|
||||
|
||||
Reference in New Issue
Block a user