MaiXinRong 2 napja
szülő
commit
118dc495b0
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/controller/report_archive_controller.js

+ 1 - 0
app/controller/report_archive_controller.js

@@ -138,6 +138,7 @@ module.exports = app => {
                 auditType: auditConst.auditType,
                 auditType: auditConst.auditType,
                 advanceConst,
                 advanceConst,
             };
             };
+            if (ctx.stage) renderData.spGroupList = await ctx.service.shenpiGroup.getGroupListByStage(ctx.tender.id, shenpiConst.sp_type.stage);
             if (stage_id === -1) {
             if (stage_id === -1) {
                 await this.layout('report/index_archive.ejs', renderData, 'report/archive_popup.ejs');
                 await this.layout('report/index_archive.ejs', renderData, 'report/archive_popup.ejs');
             } else {
             } else {