Browse Source

批量导入问题

MaiXinRong 7 months ago
parent
commit
fb9bddac62
1 changed files with 2 additions and 2 deletions
  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();
                 $('#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) {
             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 });
                 updateData.tenders.push({ tid: tender.tid, name: tender.name, stageCount: tender.stageCount, stage: tender.stage, match_code: tender.match_code });
             }
             }