Explorar o código

空行提上功能

Tony Kang hai 1 ano
pai
achega
089802e4be
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      modules/reports/rpt_component/jpc_flow_tab.js

+ 1 - 0
modules/reports/rpt_component/jpc_flow_tab.js

@@ -925,6 +925,7 @@ JpcFlowTabSrv.prototype.createNew = function(){
                 });
             }
         };
+        // if (me.pageBlankCellsForErase && me.pageBlankCellsForErase.length > 0) {
         if (rptTpl[JV.NODE_FLOW_INFO][JV.PROP_ERASE_BLANK_ROWS] && me.pageBlankCellsForErase && me.pageBlankCellsForErase.length > 0) {
             // 1. 确定好位置和高度
             const cTop = me.pageBlankCellsForErase[0].area[JV.PROP_TOP];