车辆对接

This commit is contained in:
wangshiming
2022-01-12 16:59:31 +08:00
parent bbad57aa07
commit e1dad9183e

View File

@ -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) => {