This commit is contained in:
wangshiming
2022-03-21 15:53:17 +08:00
parent f242420f3a
commit bc48403573

View File

@ -344,7 +344,10 @@ export class InvoiceRequestedComponent {
widget: 'select',
placeholder: '请选择',
allowClear: true,
asyncData: () => this.service.getCRM()
visibleIf: {
expand: (value: boolean) => value
},
asyncData: () => this.shipperservice.getCRM()
}
},
}