优化修改业主

This commit is contained in:
Your Name 2023-09-22 17:58:12 +08:00
parent bca3339e5c
commit f51cf0d641

View File

@ -89,7 +89,7 @@
*/ */
onLoad: function(options) { onLoad: function(options) {
this.communityId = this.getCommunityId(); this.communityId = this.getCommunityId();
this.memberId = this.memberId; this.memberId = options.memberId;
this._loadOwnerMember(); this._loadOwnerMember();
}, },
methods: { methods: {