From 113520a3bd82396307b9e9572312c825ff316446 Mon Sep 17 00:00:00 2001 From: xingyu Date: Thu, 8 Jun 2023 11:13:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=A0=E9=81=93=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E5=8D=A1=E6=AD=BB=EF=BC=8C=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=A5=94=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/sms/channel/smsChannel.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/sms/channel/smsChannel.data.ts b/src/views/system/sms/channel/smsChannel.data.ts index 210a5bd..a08b1df 100644 --- a/src/views/system/sms/channel/smsChannel.data.ts +++ b/src/views/system/sms/channel/smsChannel.data.ts @@ -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') } }, {