Browse Source

fix: 渠道编码直接卡死,界面奔溃

main
xingyu 2 years ago
parent
commit
113520a3bd
  1. 2
      src/views/system/sms/channel/smsChannel.data.ts

2
src/views/system/sms/channel/smsChannel.data.ts

@ -101,7 +101,7 @@ export const formSchema: FormSchema[] = [
component: 'Select', component: 'Select',
required: true, required: true,
componentProps: { componentProps: {
options: getDictOptions(DICT_TYPE.SYSTEM_SMS_CHANNEL_CODE) options: getDictOptions(DICT_TYPE.SYSTEM_SMS_CHANNEL_CODE, 'string')
} }
}, },
{ {