车辆接口更新
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user