This commit is contained in:
wangshiming
2022-03-21 15:50:31 +08:00
parent 6cecb167ea
commit f242420f3a

View File

@ -339,15 +339,12 @@ export class InvoiceRequestedComponent {
},
arto: {
type: 'string',
title: '网络货运人',
title: '购买人',
ui: {
widget: 'select',
placeholder: '请选择',
allowClear: true,
visibleIf: {
expand: (value: boolean) => value
},
asyncData: () => this.shipperservice.getNetworkFreightForwarder()
asyncData: () => this.service.getCRM()
}
},
}