MaiXinRong 7 месяцев назад
Родитель
Сommit
fb9bddac62
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/public/js/shares/batch_import.js

+ 2 - 2
app/public/js/shares/batch_import.js

@@ -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 });
             }