fix: 短信管理-短信日志-短信渠道下拉框没有内容
parent
f5dc15f2bb
commit
374d65ec2a
|
@ -84,7 +84,7 @@ export const searchFormSchema: FormSchema[] = [
|
||||||
field: 'channelId',
|
field: 'channelId',
|
||||||
component: 'ApiSelect',
|
component: 'ApiSelect',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
options: getSimpleSmsChannels(),
|
api: getSimpleSmsChannels,
|
||||||
fieldNames: {
|
fieldNames: {
|
||||||
label: 'signature',
|
label: 'signature',
|
||||||
key: 'id',
|
key: 'id',
|
||||||
|
|
Loading…
Reference in New Issue