'fixbug'
This commit is contained in:
@ -61,7 +61,7 @@ export class VehicleFreightPeopleComponent implements OnInit {
|
||||
};
|
||||
this.ui = {
|
||||
'*': {
|
||||
spanLabelFixed: 100,
|
||||
spanLabelFixed: 130,
|
||||
grid: { span: 16 }
|
||||
}
|
||||
};
|
||||
@ -80,7 +80,7 @@ export class VehicleFreightPeopleComponent implements OnInit {
|
||||
console.log(params);
|
||||
this.service.request(this.service.$api_set_updateEnterpriseInfoBatch, params).subscribe((res: any) => {
|
||||
if (res) {
|
||||
this.modal.destroy();
|
||||
this.modal.destroy(true);
|
||||
this.service.msgSrv.success('变更运费成功');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user