fix: 渠道编码直接卡死,界面奔溃
parent
36d35c8d6f
commit
113520a3bd
|
@ -101,7 +101,7 @@ export const formSchema: FormSchema[] = [
|
|||
component: 'Select',
|
||||
required: true,
|
||||
componentProps: {
|
||||
options: getDictOptions(DICT_TYPE.SYSTEM_SMS_CHANNEL_CODE)
|
||||
options: getDictOptions(DICT_TYPE.SYSTEM_SMS_CHANNEL_CODE, 'string')
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue