车辆对接

This commit is contained in:
wangshiming
2022-01-04 14:01:36 +08:00
parent 09f89f0226
commit 251b40ece6
4 changed files with 27 additions and 21 deletions

View File

@ -627,16 +627,6 @@ resourceStatus: any;
nzContent: VehicleModifyRateComponent,
nzComponentParams: { data: { ids: params } },
nzFooter: null,
// nzOnOk: sin => {
// this.service.request(this.service.$api_change_bulk, { billId: item.id, ...sin.sf.value }).subscribe(res => {
// if (res) {
// this.service.msgSrv.success('变更运费成功');
// modal.destroy();
// this.st.reload();
// }
// });
// return false;
// }
});
modal.afterClose.subscribe((result) => {
if (result) {