车辆对接

This commit is contained in:
wangshiming
2022-01-06 20:52:20 +08:00
parent e4bb40839c
commit 2068a1d723
6 changed files with 46 additions and 27 deletions

View File

@ -231,12 +231,11 @@ export class OrderManagementTemplateComponent implements OnInit {
this.modal.confirm({
nzTitle: '<i>删除确认</i>',
nzOnOk: () =>
// this.service.delMany(ids).subscribe(res => {
// if (res === true) {
// this.service.msgSrv.success('删除成功!');
// }
// })
console.log(value)
this.service.request(this.service.$api_deletebatch_contractTemplate,value.id).subscribe(res => {
if (res) {
this.service.msgSrv.success('删除成功!');
}
})
});
}
}