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