MaiXinRong пре 1 година
родитељ
комит
ee73d3bdd3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/service/stage.js

+ 1 - 1
app/service/stage.js

@@ -322,7 +322,7 @@ module.exports = app => {
             } else {
                 const firstFlowStage = flowStages[flowStages.length - 1];
                 if (includeUnCheck) {
-                    stage = firstFlowStage.status === auditConst.stage.status.uncheck ? firstFlowStage : stages[flowStages.length];
+                    stage = firstFlowStage;
                 } else {
                     stage = firstFlowStage.status === auditConst.stage.status.uncheck ? stages[flowStages.length] : firstFlowStage;
                 }