车辆接口更新

This commit is contained in:
wangshiming
2022-01-21 14:05:11 +08:00
parent a409f9a613
commit 090606cf67
2 changed files with 9 additions and 0 deletions

View File

@ -267,6 +267,7 @@ export class VehicleComponentsListDetailComponent implements OnInit {
console.log(res)
if(res) {
this.getDetailList()
this.service.msgSrv.success('修改成功!')
}
})
}