Browse Source

暂时屏蔽归档

TonyKang 4 years ago
parent
commit
1189584082
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/report_controller.js

+ 1 - 1
app/controller/report_controller.js

@@ -69,7 +69,7 @@ module.exports = app => {
                 await this._getStageAuditViewData(ctx);
                 const pageShow = ctx.session.sessionProject.page_show;
                 // console.log(pageShow);
-                pageShow.showArchive = 1;
+                pageShow.showArchive = 0;
                 const tender = ctx.tender;
                 const stage = ctx.stage;
                 let stage_id = -1;