From 374d65ec2a2bcb746d0fdacdeaa28abdfeca5f78 Mon Sep 17 00:00:00 2001 From: dap1 <15891557205@163.com> Date: Mon, 12 Jun 2023 11:49:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9F=AD=E4=BF=A1=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E6=97=A5=E5=BF=97-=E7=9F=AD=E4=BF=A1?= =?UTF-8?q?=E6=B8=A0=E9=81=93=E4=B8=8B=E6=8B=89=E6=A1=86=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/sms/log/smsLog.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/sms/log/smsLog.data.ts b/src/views/system/sms/log/smsLog.data.ts index ba2b94b..9a4cc99 100644 --- a/src/views/system/sms/log/smsLog.data.ts +++ b/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',