|
@@ -129,8 +129,8 @@ const BatchImportStageGcl = function (setting) {
|
|
|
$('#bi-download-error').hide();
|
|
|
}
|
|
|
},
|
|
|
- importStageGcl: async function (node, cover, ignore, loadChange) {
|
|
|
- const updateData = { lid: node.lid, type: 'stage', cover, ignore, loadChange, tenders: [] };
|
|
|
+ importStageGcl: async function (node, cover, ignore, change) {
|
|
|
+ const updateData = { lid: node.lid, type: 'stage', cover, ignore, change, tenders: [] };
|
|
|
for (const tender of node.children) {
|
|
|
updateData.tenders.push({ tid: tender.tid, name: tender.name, stageCount: tender.stageCount, stage: tender.stage, match_code: tender.match_code });
|
|
|
}
|