We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d755fd commit 6c2cc8cCopy full SHA for 6c2cc8c
public/pages/property/listOweFee/listOweFee.js
@@ -228,11 +228,11 @@
228
_configIds = _configIds.substring(0, _configIds.length - 1);
229
}
230
//&configIds= + _configIds
231
- let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions)
+ //let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions)
232
//vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=listOweFee' + "&" + _conditions);
233
- _conditions.pagePath = 'listOweFee';
+ $that.listOweFeeInfo.conditions.pagePath = 'listOweFee';
234
let param = {
235
- params: _conditions
+ params: $that.listOweFeeInfo.conditions
236
};
237
//发送get请求
238
vc.http.apiGet('/export.exportData', param,
0 commit comments