From c462bbace536a1ac37076381ff995075b008ff12 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Mon, 27 Mar 2023 12:11:40 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E6=B7=BB=E5=8A=A0=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=A7=A3=E5=86=B3ts=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/sms/template/SmsTemplateForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/sms/template/SmsTemplateForm.vue b/src/views/system/sms/template/SmsTemplateForm.vue index e6bdce6c..03684215 100644 --- a/src/views/system/sms/template/SmsTemplateForm.vue +++ b/src/views/system/sms/template/SmsTemplateForm.vue @@ -44,7 +44,7 @@ {{ dict.label }} @@ -96,7 +96,7 @@ const formRules = reactive({ channelId: [{ required: true, message: '短信渠道编号不能为空', trigger: 'change' }] }) const formRef = ref() // 表单 Ref -const channelList = ref([]) // 短信渠道列表 +const channelList = ref([]) // 短信渠道列表 const open = async (type: string, id?: number) => { modelVisible.value = true