This commit is contained in:
Taric Xin
2022-02-23 09:59:48 +08:00
parent 1eb30c37ba
commit 6bbe864c56
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ module.exports = {
// }
'//api': {
target: {
host: 'tms-api-dev.eascs.com',
host: 'tms-api-test.eascs.com',
protocol: 'https:',
port: 443
},

View File

@ -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) {