From 90fd5c29248f2f71c877b2f99fed2c375457e95b Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期一, 12 六月 2023 16:20:32 +0800
Subject: [PATCH] 新增个人财产

---
 ruoyi-ui/src/views/genealogy/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/genealogy/index.vue b/ruoyi-ui/src/views/genealogy/index.vue
index 8100cc2..eb291bd 100644
--- a/ruoyi-ui/src/views/genealogy/index.vue
+++ b/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);
     },
 
 

--
Gitblit v1.9.1