From 9596bd25e3c95906398149d9325bbeecaa570e20 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期二, 09 五月 2023 16:24:15 +0800
Subject: [PATCH] 根据反馈情况修改了部分bug

---
 ruoyi-ui/src/views/homeRoot/index.vue |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 57 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/homeRoot/index.vue b/ruoyi-ui/src/views/homeRoot/index.vue
index 3ddd6e1..8db644c 100644
--- a/ruoyi-ui/src/views/homeRoot/index.vue
+++ b/ruoyi-ui/src/views/homeRoot/index.vue
@@ -225,7 +225,63 @@
         url:undefined,
         familyId:undefined,
         secondFamilyId: undefined,
-        childList:undefined
+        childList:[{
+          userId: undefined,
+          nickName: undefined,
+          oldName: undefined,
+          sex: undefined,
+          nationality: undefined,
+          nation: undefined,
+          maritalStatus: undefined,
+          politicalOutlook: undefined,
+          phoneNumber:undefined,
+          idNum: undefined,
+          locationAddress: undefined,
+          alwaysAddress:undefined,
+          locationPolice: undefined,
+          alwaysPolice: undefined,
+          unit: undefined,
+          position:undefined,
+          outStatus:undefined,
+          idNo: undefined,
+          img: undefined,
+          spouseId: undefined,
+          fatherId: undefined,
+          momId: undefined,
+          birth: undefined,
+          url:undefined,
+          familyId:undefined,
+          secondFamilyId: undefined,
+          childList:[{
+            userId: undefined,
+            nickName: undefined,
+            oldName: undefined,
+            sex: undefined,
+            nationality: undefined,
+            nation: undefined,
+            maritalStatus: undefined,
+            politicalOutlook: undefined,
+            phoneNumber:undefined,
+            idNum: undefined,
+            locationAddress: undefined,
+            alwaysAddress:undefined,
+            locationPolice: undefined,
+            alwaysPolice: undefined,
+            unit: undefined,
+            position:undefined,
+            outStatus:undefined,
+            idNo: undefined,
+            img: undefined,
+            spouseId: undefined,
+            fatherId: undefined,
+            momId: undefined,
+            birth: undefined,
+            url:undefined,
+            familyId:undefined,
+            secondFamilyId: undefined,
+            childList:undefined
+          }]
+        }]
       }
 
     }

--
Gitblit v1.9.1