mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +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.substring(0, _configIds.length - 1);
|
||||||
}
|
}
|
||||||
//&configIds= + _configIds
|
//&configIds= + _configIds
|
||||||
let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions)
|
//let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions)
|
||||||
//vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=listOweFee' + "&" + _conditions);
|
//vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=listOweFee' + "&" + _conditions);
|
||||||
_conditions.pagePath = 'listOweFee';
|
$that.listOweFeeInfo.conditions.pagePath = 'listOweFee';
|
||||||
let param = {
|
let param = {
|
||||||
params: _conditions
|
params: $that.listOweFeeInfo.conditions
|
||||||
};
|
};
|
||||||
//发送get请求
|
//发送get请求
|
||||||
vc.http.apiGet('/export.exportData', param,
|
vc.http.apiGet('/export.exportData', param,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user