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