mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 16:19:44 +08:00
优化欠费信息导出
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
8d755fde27
commit
6c2cc8c52e
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user