车辆接口更新

This commit is contained in:
wangshiming
2022-01-14 15:05:31 +08:00
parent b38cf032f8
commit 387c63bdb3
3 changed files with 6 additions and 6 deletions

View File

@ -83,7 +83,7 @@ export class VehicleComponentsAuditComponent implements OnInit {
onSearch: (q: any) => {
if (!!q) {
return this.service
.request(this.service.$api_get_getCarLicenseListByCarNo, {
.request(this.service.$api_get_getCarLicenseListByCarNo_audit, {
carNo: q
})
.pipe(map((res: any) => (res?.records as any[]).map(i => ({ label: i.carNo, value: i.carNo } as SFSchemaEnum))))