批量审核

This commit is contained in:
wangshiming
2022-01-18 16:36:36 +08:00
parent 924441482f
commit bcad306ae5
18 changed files with 67 additions and 275 deletions

View File

@ -438,8 +438,6 @@ export class VehicleSureArriveComponent implements OnInit {
if(res) {
this.service.msgSrv.success('确认到车成功!')
this.modal.destroy(true);
} else{
this.service.msgSrv.error(res.msg)
}
})
} else {
@ -463,8 +461,6 @@ export class VehicleSureArriveComponent implements OnInit {
if(res) {
this.service.msgSrv.success('确认到车成功!')
this.modal.destroy(true);
} else{
this.service.msgSrv.error(res.msg)
}
})
}