From b3308883c9f9c1b1dec1996d93ae015ec8273458 Mon Sep 17 00:00:00 2001 From: liuyu <839621039@qq.com> Date: Thu, 14 Mar 2024 10:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E5=86=85=E4=BF=A1=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=94=A8=E6=88=B7=E7=B1=BB=E5=9E=8B=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/notify/template/index.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/views/system/notify/template/index.vue b/src/views/system/notify/template/index.vue index 4fcde3ac..17539b7a 100644 --- a/src/views/system/notify/template/index.vue +++ b/src/views/system/notify/template/index.vue @@ -76,10 +76,21 @@ - + + + + + {{ dict.label }} + + + { // ========== 测试相关 ========== const sendForm = ref({ content: '', + userType: 1, params: {}, userId: '', templateCode: '', @@ -233,6 +246,7 @@ const handleSendNotify = (row: any) => { const sendTest = async () => { const data: NotifyTemplateApi.NotifySendReqVO = { + userType: sendForm.value.userType, userId: sendForm.value.userId, templateCode: sendForm.value.templateCode, templateParams: sendForm.value.templateParams as unknown as Map