zhanghua
2022-11-28 ca150d38b8ecb9c69b0b32ac865e28fcf8c8fc8f
src/views/operate/message/myIndex/update/index.vue
@@ -218,7 +218,7 @@
    async getColumnList() {
      await this.$axios({
        method: "get",
        url: "sccg/message_column/getAllColumn",
        url: "sccg/message_column/getShowColumn",
      }).then((res) => {
        this.colList = res.data;
      });