From 8b62a3ca3b67fd8e45b666043e48a7049dce08ce Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期日, 28 五月 2023 02:13:06 +0800
Subject: [PATCH] 1.将家庭小医生和收藏荣誉模块的的类别改为选择的形式 2.荣誉证书页面的选择式类别暂时无法搜索和新增

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

diff --git a/ruoyi-ui/src/views/genealogy/perInfo.vue b/ruoyi-ui/src/views/genealogy/perInfo.vue
index edcb863..9c46d1e 100644
--- a/ruoyi-ui/src/views/genealogy/perInfo.vue
+++ b/ruoyi-ui/src/views/genealogy/perInfo.vue
@@ -15,7 +15,7 @@
     }
   ,
   mounted() {
-        const id = this.$route.params && this.$route.params.id;
+     const id = this.$route.params && this.$route.params.id;
      this.getList(id);
   },
   methods:{

--
Gitblit v1.9.1