From 9f24e5b2b6caf2da60536dd414e546649856aa82 Mon Sep 17 00:00:00 2001 From: jiangyuying Date: Wed, 30 Aug 2023 14:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E9=9A=9C=E6=88=BF=20=E7=89=B9?= =?UTF-8?q?=E6=89=B6=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiForm.vue | 1 + src/views/components/resiInfo.vue | 639 ++++++------ .../housingNature/addForm.vue | 158 +-- .../housingNature/housingNature.vue | 7 +- .../base/residentManagement/tefu/addForm.vue | 397 ++++--- .../base/residentManagement/tefu/tefuList.vue | 15 +- src/views/modules/home/index.vue | 966 ++++++++++-------- 7 files changed, 1199 insertions(+), 984 deletions(-) diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index f5e20a45e..10c7fc7da 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -2686,6 +2686,7 @@ export default { this.newForm.idNum = this.form.idNum, this.newForm.idType = this.form.idType, this.newForm.nationality = this.form.nationality, + this.newForm.nation = this.form.nation, this.newForm.gender = this.form.gender, this.newForm.mobile = this.form.mobile, this.newForm.partyFlag = this.form.partyFlag, diff --git a/src/views/components/resiInfo.vue b/src/views/components/resiInfo.vue index 031024b0c..965f67b1a 100644 --- a/src/views/components/resiInfo.vue +++ b/src/views/components/resiInfo.vue @@ -1,18 +1,24 @@