mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +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 detailIds = '';
|
||||
_data.forEach(item => {
|
||||
detailIds += (item + ',');
|
||||
detailIds += (item.detailId + ',');
|
||||
})
|
||||
$that.batchPayFeeOrderInfo.detailIds = detailIds;
|
||||
//vc.saveData('_feeInfo', _feeInfo);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user