mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
f2b062a7f9
commit
e568371a3b
@ -21,7 +21,12 @@
|
|||||||
$that._listReportCustomTableComponent();
|
$that._listReportCustomTableComponent();
|
||||||
})
|
})
|
||||||
vc.on('commonReportTable', 'paginationPlus', 'page_event', function (_currentPage) {
|
vc.on('commonReportTable', 'paginationPlus', 'page_event', function (_currentPage) {
|
||||||
vc.component._listReportCustomTableDatas(_currentPage, DEFAULT_ROWS, $that.commonReportTableInfo.components[0]);
|
let item = $that.commonReportTableInfo.components[0];
|
||||||
|
let _condition = {};
|
||||||
|
item.conditions.forEach(_item => {
|
||||||
|
_condition[_item.param] = _item.value;
|
||||||
|
})
|
||||||
|
$that._listReportCustomTableDatas(_currentPage, DEFAULT_ROWS, $that.commonReportTableInfo.components[0],_condition);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@ -365,7 +365,8 @@
|
|||||||
payerObjType: '3333',
|
payerObjType: '3333',
|
||||||
configId: $that.simplifyRoomFeeInfo.configId,
|
configId: $that.simplifyRoomFeeInfo.configId,
|
||||||
feeTypeCd: $that.simplifyRoomFeeInfo.feeTypeCd,
|
feeTypeCd: $that.simplifyRoomFeeInfo.feeTypeCd,
|
||||||
detailId: '-1'
|
detailId: '-1',
|
||||||
|
feeState:'2008001'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
//按业主查询
|
//按业主查询
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user