居民类型

This commit is contained in:
liuye
2022-02-11 17:51:23 +08:00
parent 77be19ddd4
commit cf017a3ec2

View File

@@ -173,8 +173,9 @@ export default {
this.getDetail() this.getDetail()
}else { }else {
document.title = '新增居民' 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') this.$dict.load('yesOrNo', 'sex', 'householdRelation', 'nation', 'education', 'maritalStatus', 'politicsStatus', 'militaryStatus', 'faithType')
}, },
computed: { computed: {