Quellcode durchsuchen

空行提上功能

Tony Kang vor 1 Jahr
Ursprung
Commit
089802e4be
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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];