Tony Kang 1 неделя назад
Родитель
Сommit
39e47b22a4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/controller/report_controller.js

+ 1 - 1
app/controller/report_controller.js

@@ -1128,7 +1128,7 @@ module.exports = app => {
                 pageShow.closeShowAllCustomized = 0;
                 pageShow.isPreset = 0;
                 // const tenderId = ctx.params.tid || -1; // 标段级别有
-                const tenderId = ctx.contractOptions.tid || -1;
+                const tenderId = ctx.params.tid || -1;
                 const bglObj = {};
                 // const bglObj = { status: stage_status };
                 bglObj.BUSINESS_ID = ctx.params.id;