소스 검색

刷新缓存相关

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