fix: 短信管理-短信日志-短信渠道下拉框没有内容

pull/23/head
dap1 2023-06-12 11:49:32 +08:00
parent f5dc15f2bb
commit 374d65ec2a
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export const searchFormSchema: FormSchema[] = [
field: 'channelId',
component: 'ApiSelect',
componentProps: {
options: getSimpleSmsChannels(),
api: getSimpleSmsChannels,
fieldNames: {
label: 'signature',
key: 'id',