优化欠费信息导出

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2025-05-07 06:42:36 +00:00 committed by Gitee
parent 8d755fde27
commit 6c2cc8c52e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -228,11 +228,11 @@
_configIds = _configIds.substring(0, _configIds.length - 1);
}
//&configIds= + _configIds
let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions)
//let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions)
//vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=listOweFee' + "&" + _conditions);
_conditions.pagePath = 'listOweFee';
$that.listOweFeeInfo.conditions.pagePath = 'listOweFee';
let param = {
params: _conditions
params: $that.listOweFeeInfo.conditions
};
//发送get请求
vc.http.apiGet('/export.exportData', param,