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 @@