MaiXinRong 1 year ago
parent
commit
e502525243
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/controller/report_controller.js

+ 3 - 0
app/controller/report_controller.js

@@ -743,12 +743,15 @@ module.exports = app => {
                     case rptBusiness.BusinessStageId.change_plan:
                         otherChangeList = await ctx.service.changePlan.getListByStatus(tenderId, 0, 0, 0, 0, state);
                         otherHintName = '变更方案';
+                        break;
                     case rptBusiness.BusinessStageId.change_project:
                         otherChangeList = await ctx.service.changeProject.getListByStatus(tenderId, 0, 0, 0, 0, state);
                         otherHintName = '变更立项';
+                        break;
                     case rptBusiness.BusinessStageId.change_apply:
                         otherChangeList = await ctx.service.changeApply.getListByStatus(tenderId, 0, 0, 0, 0, state);
                         otherHintName = '变更申请';
+                        break;
                 }
                 let archiveList = [];
                 const archives = await ctx.service.rptArchive.getArchiveByBzId(pid, stage_id, bglObj.BUSINESS_ID);