فهرست منبع

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

Tony Kang 5 ماه پیش
والد
کامیت
ac7921151d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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 = {};