mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化添加家庭成员不管
This commit is contained in:
parent
f32675fa20
commit
6919618998
@ -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;
|
||||
});
|
||||
},
|
||||
|
||||
@ -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);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user