Browse Source

汇总表,选择窗口初始化问题

MaiXinRong 5 years ago
parent
commit
7480e13864
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/public/report/js/rpt_custom.js

+ 1 - 0
app/public/report/js/rpt_custom.js

@@ -235,6 +235,7 @@ const rptCustomObj = (function () {
             }
             }
             gatherSelectSpreadObj.initSelectTenders(gsSelect.tenders);
             gatherSelectSpreadObj.initSelectTenders(gsSelect.tenders);
         }
         }
+        SpreadJsObj.reLoadColsData(gsObj.gsSheet, [0]);
         // 初始化
         // 初始化
         $("#gather-select").modal('show');
         $("#gather-select").modal('show');
     };
     };