xg
This commit is contained in:
parent
bf84ff3273
commit
b8f418e417
@ -167,9 +167,9 @@ export default {
|
||||
this.$emit("on-template", { templateId: '', templateName: '', templateContent: "" });
|
||||
},
|
||||
handleselect(item) {
|
||||
this.handleselectId = item.textMessageId
|
||||
this.handleselectId = item.id
|
||||
this.handleselectName = item.textMessageName
|
||||
this.$emit("on-template", { templateId: item.textMessageId, templateName: item.textMessageName, templateContent: item.templateContent });
|
||||
this.$emit("on-template", { templateId: item.id, templateName: item.textMessageName, templateContent: item.templateContent });
|
||||
this.classificationOpen = false
|
||||
},
|
||||
classificationOpenfalse() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user