src/views/operate/message/myIndex/update/index.vue
@@ -289,6 +289,9 @@ targetTo: this.checkedList.join(","), status: mystatus, }; if (this.role.channelCode === '03') { delete params.messageType; } if (this.type === "create") { sendMessage(params) .then(() => { @@ -340,6 +343,7 @@ // 消息预览 handleView() { this.role.body = this.$refs.edit.editor.txt.html(); this.$refs.user.validate((valid) => { if (valid) { const { body, head, channelCode } = this.role;