zhanghua
2022-11-28 98277f07107ed5229bfdddafefc1cac896758f1d
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;
      });