mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
optimize code
This commit is contained in:
parent
8aceedcc6b
commit
7fa3db30e6
@ -519,7 +519,7 @@ var saveAs = saveAs || (function(view) {
|
|||||||
let _data = _json.data;
|
let _data = _json.data;
|
||||||
let detailIds = '';
|
let detailIds = '';
|
||||||
_data.forEach(item => {
|
_data.forEach(item => {
|
||||||
detailIds += (item + ',');
|
detailIds += (item.detailId + ',');
|
||||||
})
|
})
|
||||||
$that.batchPayFeeOrderInfo.detailIds = detailIds;
|
$that.batchPayFeeOrderInfo.detailIds = detailIds;
|
||||||
//vc.saveData('_feeInfo', _feeInfo);
|
//vc.saveData('_feeInfo', _feeInfo);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user