|
@@ -46,6 +46,7 @@ module.exports = app => {
|
|
|
auditConst2: JSON.stringify(auditConst),
|
|
|
};
|
|
|
renderData.stages = await ctx.service.stage.getValidStages(ctx.tender.id);
|
|
|
+ if (renderData.stages.length > 0) await this.ctx.service.stage.checkStageGatherData(renderData.stages[0], this.ctx.session.sessionUser.is_admin);
|
|
|
for (const s of renderData.stages) {
|
|
|
// s.curAuditor = null;
|
|
|
// 根据期状态返回展示用户
|