zhanghua
2023-02-21 8ad7fe19f6cef00a5578c07b0570b8a0af9a8dcb
src/views/operate/message/myIndex/update/index.vue
@@ -227,7 +227,7 @@
    async getColumnList() {
      await this.$axios({
        method: "get",
        url: "sccg/message_column/getShowColumn",
        url: "sccg/message_column/show ",
      }).then((res) => {
        this.colList = res.data;
      });
@@ -284,7 +284,6 @@
    // 新建/保存消息(1:新建,0保存消息)
    handleSubmit(mystatus) {
      debugger;
      this.role.body = this.$refs.edit.editor.txt.html();
      this.$refs.user.validate((valid) => {
        if (valid) {