mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
解决成员无法报修问题
This commit is contained in:
parent
490dfb1475
commit
a3643898ba
@ -170,7 +170,7 @@ const getRooms = function() {
|
|||||||
method: "GET",
|
method: "GET",
|
||||||
data: {
|
data: {
|
||||||
communityId: _owner.communityId,
|
communityId: _owner.communityId,
|
||||||
ownerId: _owner.memberId
|
ownerId: _owner.ownerId
|
||||||
},
|
},
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
if (res.statusCode == 200) {
|
if (res.statusCode == 200) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user