linwenling
2023-06-12 872968a2f26c884d174b08cba25edaaf7356b2d8
ruoyi-ui/src/views/genealogy/index.vue
@@ -638,7 +638,7 @@
    handleCheck(row){
      const id = row.userId;
      alert(id)
     this.$router.push("/familymodel/jiagenwang/getPInfo/" + id);
     this.$router.push("/familymodel/jiagenwang/personInfo/" + id);
    },