优化导出

This commit is contained in:
wuxw 2024-01-16 21:36:25 +08:00
parent 5448c1f0df
commit 3c378a8127

View File

@ -186,7 +186,7 @@
//导出 //导出
_exportExcel: function () { _exportExcel: function () {
// vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=reportPayFeeManage&' + vc.objToGetParam($that.payFeeManageInfo.conditions)); // vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=reportPayFeeManage&' + vc.objToGetParam($that.payFeeManageInfo.conditions));
$that.payFeeManageInfo.conditions.pagePath = 'payFeeManage'; $that.payFeeManageInfo.conditions.pagePath = 'reportPayFee';
let param = { let param = {
params: $that.payFeeManageInfo.conditions params: $that.payFeeManageInfo.conditions
}; };