瀏覽代碼

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

MaiXinRong 5 年之前
父節點
當前提交
7480e13864
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);
         }
+        SpreadJsObj.reLoadColsData(gsObj.gsSheet, [0]);
         // 初始化
         $("#gather-select").modal('show');
     };