dengjunjie
2024-10-30 680ccbedf08839143215f40dea5273dc2819100c
项目代码/WMS/WIDESEA_WMSClient/src/views/system/UserInfo.vue
@@ -99,7 +99,7 @@
    },
  },
  created() {
    this.http.post("/api/Sys_User/getCurrentUserInfo", {}, true).then((x) => {
    this.http.post("/api/User/getCurrentUserInfo", {}, true).then((x) => {
      if (!x.status) {
        return this.$message(x.message);
      }
@@ -177,13 +177,23 @@
        ],
        [
          {
            columnType: "string",
            dataKey: "tree_roles",
            title: "瑙掕壊",
            field: "roleName",
            field: "role_Id",
            disabled: true,
            type: "text",
            data: [],
            type: "select",
          },
        ],
        // [
        //   {
        //     columnType: "string",
        //     title: "瑙掕壊",
        //     field: "roleName",
        //     disabled: true,
        //     type: "text",
        //   },
        // ],
        [
          {
            columnType: "string",