From 6919618998fa4731b19562c5223a6ddda29473f2 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 25 Aug 2023 11:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B7=BB=E5=8A=A0=E5=AE=B6?= =?UTF-8?q?=E5=BA=AD=E6=88=90=E5=91=98=E4=B8=8D=E7=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/family/family.vue | 2 +- pages/family/familyList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/family/family.vue b/pages/family/family.vue index 80f7309..77e7ea7 100755 --- a/pages/family/family.vue +++ b/pages/family/family.vue @@ -123,7 +123,7 @@ let _that = this; context.onLoad(options); context.getOwner(function(_owner) { - _that.ownerId = _owner.memberId; + _that.ownerId = _owner.ownerId; _that.communityId = _owner.communityId; }); }, diff --git a/pages/family/familyList.vue b/pages/family/familyList.vue index d6d29de..f817f4e 100755 --- a/pages/family/familyList.vue +++ b/pages/family/familyList.vue @@ -117,7 +117,7 @@ that.owners = []; context.getOwner(function(_owner) { that.communityId = _owner.communityId; - that.ownerId = _owner.memberId; + that.ownerId = _owner.ownerId; that.ownerTypeCd = _owner.ownerTypeCd; that.getTable(1); });