type
This commit is contained in:
@@ -159,7 +159,7 @@ export default {
|
||||
householdAreaId: '',
|
||||
householdAreaName: '',
|
||||
householdAddress: '',
|
||||
type: ''
|
||||
residentType: ''
|
||||
},
|
||||
showSelect: false,
|
||||
formName: '',
|
||||
@@ -173,9 +173,8 @@ export default {
|
||||
this.getDetail()
|
||||
}else {
|
||||
document.title = '新增居民'
|
||||
this.form.type = options.type
|
||||
this.form.residentType = options.type
|
||||
}
|
||||
console.log(this.form.type)
|
||||
this.$dict.load('yesOrNo', 'sex', 'householdRelation', 'nation', 'education', 'maritalStatus', 'politicsStatus', 'militaryStatus', 'faithType')
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user