From 3feb255563272531851516b85f6b760c404f665c Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 16 Mar 2022 16:35:06 +0800 Subject: [PATCH] BUG 28270 --- src/mods/AppAuth/authApply.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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: {