5606 表单和制度建模页面,预览手册报错,需要调整
This commit is contained in:
parent
651f57dd9f
commit
8aad23428d
@ -4130,7 +4130,13 @@ UI.doOutputProcess = function() {
|
|||||||
|
|
||||||
//导出流程手册
|
//导出流程手册
|
||||||
function outputReport() {
|
function outputReport() {
|
||||||
$.simpleAlert('正在创建流程手册', 'loading');
|
var msg = '正在创建流程手册';
|
||||||
|
if (methodId == 'data.form') {
|
||||||
|
msg = '正在创建表单手册';
|
||||||
|
} else if (methodId == 'control.policy') {
|
||||||
|
msg = '正在创建制度手册';
|
||||||
|
}
|
||||||
|
$.simpleAlert(msg, 'loading');
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type : "POST",
|
type : "POST",
|
||||||
url : "./jd?sid="
|
url : "./jd?sid="
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user