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 }, /** 查询微信模板信息列表 */