Browse Source

fix: 项目合同报表界面不显示 '报表数据预设' 菜单

Tony Kang 1 month ago
parent
commit
ac7921151d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/report_controller.js

+ 1 - 0
app/controller/report_controller.js

@@ -1124,6 +1124,7 @@ module.exports = app => {
                 pageShow.closeWatermark = 1;
                 pageShow.closeWatermark = 1;
                 pageShow.showArchive = 1;
                 pageShow.showArchive = 1;
                 pageShow.closeShowAllCustomized = 0;
                 pageShow.closeShowAllCustomized = 0;
+                pageShow.isPreset = 0;
                 // const tenderId = ctx.params.tid || -1; // 标段级别有
                 // const tenderId = ctx.params.tid || -1; // 标段级别有
                 const tenderId = ctx.contractOptions.tid || -1;
                 const tenderId = ctx.contractOptions.tid || -1;
                 const bglObj = {};
                 const bglObj = {};