zhanghua
2023-02-23 5a685b76c6a54d72bbfe082d85454513e81dcf48
src/views/operate/message/myIndex/update/index.vue
@@ -327,7 +327,7 @@
              );
          }
          }
          if(mystatus==0){
          if(mystatus==0){
            const { body, head, messageType, channelCode } = this.role;
          const params = {
            body,
@@ -367,7 +367,7 @@
              );
          }
          }
        } else {
          this.$message.error({ type: "warning", message: "请检查必填项" });
        }
@@ -388,7 +388,7 @@
        url: "sccg/admin/info?name=" + name,
      }).then((res) => {
        this.role.targetFrom = res.data.userId;
        this.sendUser = res.data.username;
        this.sendUser = res.data.user.username;
      });
    },