优化代码

This commit is contained in:
wuxw 2023-11-03 15:19:07 +08:00
parent a8de14ee25
commit 38e4fa324c

View File

@ -189,7 +189,8 @@
page: 1, page: 1,
row: 100, row: 100,
communityId: getCurrentCommunity().communityId, communityId: getCurrentCommunity().communityId,
giveType: 1 giveType: 1,
parentId: '0'
}; };
queryRepairInfo(this, _data) queryRepairInfo(this, _data)
.then(function(res) { .then(function(res) {