创建手册去掉type

This commit is contained in:
zhaol 2024-12-12 17:47:21 +08:00
parent 0389d98b4b
commit 290a8ed2e4

View File

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