From cf017a3ec229fdfaa68f3da2a71b0adb39f350d4 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 11 Feb 2022 17:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppResidentDocument/Add.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/saas/AppResidentDocument/Add.vue b/src/saas/AppResidentDocument/Add.vue index 720f9770..49170f4f 100644 --- a/src/saas/AppResidentDocument/Add.vue +++ b/src/saas/AppResidentDocument/Add.vue @@ -173,8 +173,9 @@ export default { this.getDetail() }else { document.title = '新增居民' - this.form.type = option.type + this.form.type = options.type } + console.log(this.form.type) this.$dict.load('yesOrNo', 'sex', 'householdRelation', 'nation', 'education', 'maritalStatus', 'politicsStatus', 'militaryStatus', 'faithType') }, computed: {