linwenling
2023-07-18 da3bcff4dc2c242ce14166200bc9dd865e53f491
ruoyi-ui/src/views/homeRoot/personInfo.vue
@@ -2,7 +2,6 @@
  <div class="app-container" >
    <div class="wrapper" style="overflow: auto;">
      <div id="building" >
          <el-form ref="elForm" :model="personInfos" :rules="rules" size="medium" label-position="center" label-width="100px">
            <el-container>
              <div style="padding-left:30px;padding-top: 50px">
@@ -273,6 +272,7 @@
        disabled: false,
        personInfos:[],
        loading: true,
        dsb:true,
        formData:{
          userId: undefined,
          nickName: undefined,
@@ -368,7 +368,7 @@
    }
  ,
  mounted() {
        const id = this.$route.params && this.$route.params.id;
     const id = this.$route.params && this.$route.params.id;
     this.getList(id);
  },
  methods:{