'fixbug'
This commit is contained in:
@ -81,7 +81,7 @@ export class VehicleFreightPeopleComponent implements OnInit {
|
|||||||
this.service.request(this.service.$api_set_updateEnterpriseInfoBatch, params).subscribe((res: any) => {
|
this.service.request(this.service.$api_set_updateEnterpriseInfoBatch, params).subscribe((res: any) => {
|
||||||
if (res) {
|
if (res) {
|
||||||
this.modal.destroy(true);
|
this.modal.destroy(true);
|
||||||
this.service.msgSrv.success('变更运费成功');
|
this.service.msgSrv.success('修改网络货运人成功!');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user