车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 10:12:31 +08:00
parent c442051454
commit f68400f42c
16 changed files with 96 additions and 131 deletions

View File

@ -80,6 +80,7 @@ export class VehicleComponentsAuditComponent implements OnInit {
serverSearch: true,
searchDebounceTime: 300,
searchLoadingText: '搜索中...',
allowClear: true,
onSearch: (q: any) => {
if (!!q) {
return this.service
@ -103,6 +104,7 @@ export class VehicleComponentsAuditComponent implements OnInit {
ui: {
widget: 'dict-select',
params: { dictKey: 'car:color' },
containsAllLable: true,
}
},
isSelf: {
@ -114,6 +116,7 @@ export class VehicleComponentsAuditComponent implements OnInit {
],
ui: {
widget: 'select',
allowClear: true,
}
},
saveUser: {