luobisheng
2022-11-24 447a59c76ab12961bce6ae2f9ca6c5cce1905ad8
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;