This commit is contained in:
Taric Xin
2022-04-11 15:26:21 +08:00
parent 0150e940d3
commit 55ce25dd5a

View File

@ -111,7 +111,7 @@ export class VoucherManagementComponent implements OnInit {
widget: 'select', widget: 'select',
placeholder: '请选择', placeholder: '请选择',
allowClear: true, allowClear: true,
asyncData: () => this.service.getNetworkFreightForwarder() asyncData: () => this.service.getCloseAccount()
}, },
default: '' default: ''
}, },