优化代码

This commit is contained in:
Your Name 2023-09-19 23:16:27 +08:00
parent f2b062a7f9
commit e568371a3b
2 changed files with 8 additions and 2 deletions

View File

@ -21,7 +21,12 @@
$that._listReportCustomTableComponent();
})
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: {

View File

@ -365,7 +365,8 @@
payerObjType: '3333',
configId: $that.simplifyRoomFeeInfo.configId,
feeTypeCd: $that.simplifyRoomFeeInfo.feeTypeCd,
detailId: '-1'
detailId: '-1',
feeState:'2008001'
}
};
//按业主查询