Explorar o código

刷新缓存相关

MaiXinRong hai 1 ano
pai
achega
ee73d3bdd3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
                 }