From ce6bdc57a0e007f972f0c89cda1eb92c5d9f9393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 7 May 2024 11:23:58 +0800 Subject: [PATCH] xg --- src/views/system/components/officialAccount.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/components/officialAccount.vue b/src/views/system/components/officialAccount.vue index 7a59bbb..4f6c367 100644 --- a/src/views/system/components/officialAccount.vue +++ b/src/views/system/components/officialAccount.vue @@ -170,9 +170,9 @@ export default { this.$emit("on-template", { templateId: '', templateName: '', templateContent: "" }); }, handleselect(item) { - this.handleselectId = item.templateId + this.handleselectId = item.id this.handleselectName = item.wechatTemplateName - this.$emit("on-template", { templateId: item.templateId, templateName: item.wechatTemplateName, templateContent: item.textMessageContent }); + this.$emit("on-template", { templateId: item.id, templateName: item.wechatTemplateName, templateContent: item.textMessageContent }); this.classificationOpen = false }, /** 查询微信模板信息列表 */