mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
小程序
This commit is contained in:
parent
7dba69fa00
commit
2e1be8c740
@ -150,11 +150,15 @@
|
||||
methods: {
|
||||
_loadOweFee: function() {
|
||||
let _that = this;
|
||||
let _payObjId = "";
|
||||
if(this.payerObjId){
|
||||
_payObjId = this.payerObjId;
|
||||
}
|
||||
let _objData = {
|
||||
page: 1,
|
||||
row: 50,
|
||||
communityId: this.communityId,
|
||||
payObjId: this.payerObjId
|
||||
payObjId: _payObjId
|
||||
}
|
||||
_that.feeIds = [];
|
||||
getRoomOweFees(_objData)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user