Ver código fonte

刷新缓存相关

MaiXinRong 1 ano atrás
pai
commit
ee73d3bdd3
1 arquivos alterados com 1 adições e 1 exclusões
  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;
                 }