Explorar el Código

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

MaiXinRong hace 5 años
padre
commit
7480e13864
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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');
     };