From 290a8ed2e4843aee69d6d1a93f2a9cbfd3be1a7c Mon Sep 17 00:00:00 2001 From: zhaol <15900249928@163.com> Date: Thu, 12 Dec 2024 17:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=89=8B=E5=86=8C=E5=8E=BB?= =?UTF-8?q?=E6=8E=89type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.process.publish.multiple_L4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;