edit
This commit is contained in:
@ -20,7 +20,7 @@ module.exports = {
|
|||||||
// }
|
// }
|
||||||
'//api': {
|
'//api': {
|
||||||
target: {
|
target: {
|
||||||
host: 'tms-api-dev.eascs.com',
|
host: 'tms-api-test.eascs.com',
|
||||||
protocol: 'https:',
|
protocol: 'https:',
|
||||||
port: 443
|
port: 443
|
||||||
},
|
},
|
||||||
|
|||||||
@ -182,7 +182,8 @@ export class FreightComponentsListDetailComponent implements OnInit, OnDestroy {
|
|||||||
approvalStatus: status,
|
approvalStatus: status,
|
||||||
id: this.detailData.id,
|
id: this.detailData.id,
|
||||||
approvalOpinion: this.approvalOpinion,
|
approvalOpinion: this.approvalOpinion,
|
||||||
networkTransporter: this.networkTransporter
|
networkTransporter: this.networkTransporter,
|
||||||
|
roleIds: [1]
|
||||||
})
|
})
|
||||||
.subscribe(res => {
|
.subscribe(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user