|
|
@@ -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;
|