车辆对接
This commit is contained in:
@ -307,6 +307,9 @@ tabs = {
|
||||
widget: 'select',
|
||||
placeholder: '请选择',
|
||||
errors: { required: '请选择货物类型' },
|
||||
visibleIf: {
|
||||
_$expand: (value: boolean) => value,
|
||||
},
|
||||
asyncData: () =>
|
||||
this.service2.loadConfigByKey('goods.name.config.type').pipe(
|
||||
map((data: any) => {
|
||||
|
||||
Reference in New Issue
Block a user