This commit is contained in:
liuye
2022-02-11 14:26:59 +08:00
parent 97faf29a8f
commit 806bfeaabc
7 changed files with 51 additions and 45 deletions

View File

@@ -159,6 +159,7 @@ export default {
householdAreaId: '',
householdAreaName: '',
householdAddress: '',
type: ''
},
showSelect: false,
formName: '',
@@ -172,6 +173,7 @@ export default {
this.getDetail()
}else {
document.title = '新增居民'
this.form.type = option.type
}
this.$dict.load('yesOrNo', 'sex', 'householdRelation', 'nation', 'education', 'maritalStatus', 'politicsStatus', 'militaryStatus', 'faithType')
},