From 65ef66fb1ea61a450cb75e206a3a4784794868e6 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 30 五月 2023 22:45:06 +0800 Subject: [PATCH] 1.将通讯录的”成员姓名“改成”家人姓名“ 2.修改成长经历阅历几处新增的bug --- 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