diff --git a/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js b/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js index ebc7201b..6282e868 100644 --- a/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js +++ b/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js @@ -1021,7 +1021,7 @@ function addProcess(type) { } // 生成流程手册taskId if (temps.length > 0) { - temps = createBatchReport(temps, getReportCreateTime(),type); + temps = createBatchReport(temps, getReportCreateTime()); // 更新到最新数据中 for (var i = 0; i < temps.length; i++) { temps[i].publishDesc = desc;