5606 表单和制度建模页面,预览手册报错,需要调整

This commit is contained in:
446052889@qq.com 2022-09-23 10:07:05 +08:00
parent 651f57dd9f
commit 8aad23428d

View File

@ -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="