fix bug
This commit is contained in:
@ -1262,10 +1262,10 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
this.sf6data = {
|
||||
stateReceipt: res?.stateReceipt,
|
||||
receiptType: res?.receiptType || '',
|
||||
receiptUserName: res?.receiptUserName || '',
|
||||
receiptAddressArea: res?.receiptAddressArea || '',
|
||||
receiptUserPhone: res?.receiptUserPhone || '',
|
||||
receiptAddress: res?.receiptAddress || '',
|
||||
receiptUserName: res?.supplementaryInformationVO?.receiptUserName || '',
|
||||
receiptAddressArea: res?.supplementaryInformationVO?.area || '',
|
||||
receiptUserPhone: res?.supplementaryInformationVO?.phon || '',
|
||||
receiptAddress: res?.supplementaryInformationVO.address || '',
|
||||
remarks: res?.supplementaryInformationVO?.remarks || ''
|
||||
};
|
||||
this.sf7data = {
|
||||
|
||||
Reference in New Issue
Block a user