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

pull/21/MERGE
xingyu 2023-06-08 11:13:30 +08:00
parent 36d35c8d6f
commit 113520a3bd
1 changed files with 1 additions and 1 deletions

View File

@ -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')
} }
}, },
{ {