edit
This commit is contained in:
@ -182,7 +182,8 @@ export class FreightComponentsListDetailComponent implements OnInit, OnDestroy {
|
||||
approvalStatus: status,
|
||||
id: this.detailData.id,
|
||||
approvalOpinion: this.approvalOpinion,
|
||||
networkTransporter: this.networkTransporter
|
||||
networkTransporter: this.networkTransporter,
|
||||
roleIds: [1]
|
||||
})
|
||||
.subscribe(res => {
|
||||
if (res) {
|
||||
|
||||
Reference in New Issue
Block a user