diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js index b6e9f2e8..e0082d69 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js @@ -4130,7 +4130,13 @@ UI.doOutputProcess = function() { //导出流程手册 function outputReport() { - $.simpleAlert('正在创建流程手册', 'loading'); + var msg = '正在创建流程手册'; + if (methodId == 'data.form') { + msg = '正在创建表单手册'; + } else if (methodId == 'control.policy') { + msg = '正在创建制度手册'; + } + $.simpleAlert(msg, 'loading'); $.ajax({ type : "POST", url : "./jd?sid="