This commit is contained in:
1107302052
2022-03-14 15:25:49 +08:00
parent 182e547ffe
commit 8311b7c783
5 changed files with 19 additions and 32 deletions

View File

@ -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('变更运费成功');
}
});