Browse Source

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

main
dap1 2 years ago
parent
commit
374d65ec2a
  1. 2
      src/views/system/sms/log/smsLog.data.ts

2
src/views/system/sms/log/smsLog.data.ts

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