Skip to content

Commit 6c2cc8c

Browse files
928255095gitee-org
authored andcommitted
优化欠费信息导出
Signed-off-by: java110 <[email protected]>
1 parent 8d755fd commit 6c2cc8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/pages/property/listOweFee/listOweFee.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@
228228
_configIds = _configIds.substring(0, _configIds.length - 1);
229229
}
230230
//&configIds= + _configIds
231-
let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions)
231+
//let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions)
232232
//vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=listOweFee' + "&" + _conditions);
233-
_conditions.pagePath = 'listOweFee';
233+
$that.listOweFeeInfo.conditions.pagePath = 'listOweFee';
234234
let param = {
235-
params: _conditions
235+
params: $that.listOweFeeInfo.conditions
236236
};
237237
//发送get请求
238238
vc.http.apiGet('/export.exportData', param,

0 commit comments

Comments
 (0)