车辆接口更新

This commit is contained in:
wangshiming
2022-01-21 10:11:34 +08:00
parent 369d591b63
commit c05a8eb2ba
2 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ this.ui2 = { '*': { spanLabelFixed: 120, grid: { span: 24 } } };
nzClosable: false,
nzCancelText: '取消',
nzOnOk: () => {
this.service.request(this.service.$api_settlementCustomer_deletebatch, [item.id]).subscribe(res => {
this.service.request(this.service.$api_delete_deleteAnnouncementInfoById, [item.id]).subscribe(res => {
if (res) {
this.service.msgSrv.success('删除成功!');
this.st.reload(1)