创建手册去掉type
This commit is contained in:
parent
0389d98b4b
commit
290a8ed2e4
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user