From 88487c54998523a9d4574e2d57cf4f1b9a193255 Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Tue, 17 May 2022 17:07:52 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=B1=85=E6=B0=91=E5=8F=AF?=
=?UTF-8?q?=E7=BC=96=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/base/huji/immigration/edit.vue | 21 ++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/src/views/modules/base/huji/immigration/edit.vue b/src/views/modules/base/huji/immigration/edit.vue
index 8cf1a260..2999880c 100644
--- a/src/views/modules/base/huji/immigration/edit.vue
+++ b/src/views/modules/base/huji/immigration/edit.vue
@@ -142,14 +142,23 @@
>
- 享受福利
+ 享受福利
+
+ 补充居民信息
+
+
补充居民信息
@@ -421,7 +430,8 @@ export default {
lazy: true,
lazyLoad: this.lzayLoadArea
},
- userInfo: {}
+ userInfo: {},
+ initCheck: null
}
},
components: {},
@@ -777,6 +787,7 @@ export default {
const { data, code, msg } = await requestPost(url, params)
if (code === 0) {
this.fmData = { ...data }
+ this.initCheck = data.isCheck
this.nowAllCode = data.sourceAddressPathCode && data.sourceAddressPathCode.split(',')
} else this.$message.error(msg)
},