diff --git a/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple.js b/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple.js index 8c06372c..1f7b9ee5 100644 --- a/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple.js +++ b/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple.js @@ -1373,7 +1373,6 @@ function getVersionsAndCreateReport(data, createTime) { // 获取手册专属名称 function getOutputName(category, method) { - debugger; if (method == 'control.policy') { return '制度手册'; } @@ -1381,7 +1380,7 @@ function getOutputName(category, method) { return '表单手册' } if (method.indexOf('process.') > -1) { - return '流程搜册'; + return '流程手册'; } return '手册'; }