diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js index 73f596c50..f360a092b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js @@ -1879,8 +1879,8 @@ var bootstrap = function ($, learun) { if (ainfo[i].title != '开始') { ainfo[i].col = col res.push(ainfo[i]); - } - } + } + } $.jqprintForm(res); } else { @@ -1908,8 +1908,8 @@ var bootstrap = function ($, learun) { if (ainfo[i1].title != '开始') { ainfo[i1].col = col res1.push(ainfo[i1]); - } - } + } + } $.jqprintForm(res1); } @@ -1946,7 +1946,11 @@ var bootstrap = function ($, learun) { } if (!!iframeObj.$) { - callback(iframeObj, formData); + //callback(iframeObj, formData); + //优化审批页面‘表单信息’选项卡中的数据无法回显问题; + setTimeout(function () { + callback(iframeObj, formData); + }, 10); } };