From 8a22d41775616a3dc4ecaa1ef39de500c6b290e2 Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 7 Jul 2023 15:06:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=A1=E6=89=B9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E2=80=98=E8=A1=A8=E5=8D=95=E4=BF=A1=E6=81=AF=E2=80=99?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E5=8D=A1=E4=B8=AD=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/NWFProcess/NWFContainerForm.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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); } };