fix bug
This commit is contained in:
		| @ -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() | ||||
|           } | ||||
|         }, | ||||
|       } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user