ruoyi-ui/src/views/homeRoot/personInfo.vue
@@ -272,6 +272,7 @@
        disabled: false,
        personInfos:[],
        loading: true,
        dsb:true,
        formData:{
          userId: undefined,
          nickName: undefined,
@@ -367,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:{