@@ -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];