From 387141a11cc328bc78ff893e0c6eb0c078f4d290 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Tue, 3 Aug 2021 14:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=B5=84=E4=BA=A7=E9=AA=8C?= =?UTF-8?q?=E6=94=B6=E6=96=B0=E5=A2=9E=E6=98=8E=E7=BB=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AssetManagementSystem/Views/Ass_Acceptance/FormItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/FormItem.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/FormItem.js index d33615d04..2cf81a98c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/FormItem.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/FormItem.js @@ -16,7 +16,7 @@ var validForm; var save; var bootstrap = function ($, learun) { "use strict"; - var selectedRow = learun.iframe('layer_form', top.frames).selectedRow; //learun.frameTab.currentIframe().selectedRow; + var selectedRow = learun.iframe('layer_formAss_Acceptance', top.frames).selectedRow; //learun.frameTab.currentIframe().selectedRow; var page = { init: function () { $('.lr-form-wrap').lrscroll();