项目代码/WMS/WIDESEA_WMSClient/src/views/system/UserInfo.vue
@@ -1,6 +1,6 @@
<template>
  <VolBox :width="500" :height="270" v-model="modifyOptions.model" title="淇敼瀵嗙爜">
    <div style="padding:10px;20px;">
    <div style="padding:20px;">
      <VolForm ref="pwd" :formRules="modifyOptions.data" :formFields="modifyOptions.fields"></VolForm>
    </div>
    <template #footer>
@@ -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",