diff --git a/src/mods/AppAuth/authApply.vue b/src/mods/AppAuth/authApply.vue
index 0c65fa4..addd2ae 100644
--- a/src/mods/AppAuth/authApply.vue
+++ b/src/mods/AppAuth/authApply.vue
@@ -4,7 +4,7 @@
@@ -77,11 +77,12 @@ export default {
name: "authApply",
appName: "居民档案申请",
computed: {
- ...mapState(['user']),
+ ...mapState(['user'])
},
data() {
let required = true
return {
+ ownerOps:[],
form: {
householdName: "1",
currentAreaName: "",
@@ -116,7 +117,9 @@ export default {
}
},
onLoad() {
- this.$dict.load("yesOrNo", "householdRelation")
+ this.$dict.load("yesOrNo", "householdRelation").then(()=>{
+ this.ownerOps = this.$dict.getDict("yesOrNo")
+ })
this.getResident()
},
watch: {