From 957792c04958562ae8cc0de6bb6ec3b022ff9a0c Mon Sep 17 00:00:00 2001 From: liangkun Date: Wed, 24 Mar 2021 16:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/LR_SystemModule/Views/DataItem/ClassifyForm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Views/DataItem/ClassifyForm.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Views/DataItem/ClassifyForm.js index e0521df64..2ec117a82 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Views/DataItem/ClassifyForm.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Views/DataItem/ClassifyForm.js @@ -6,13 +6,13 @@ * 描 述:分类管理 */ var parentId = request('parentId'); -var selectedRow = top.layer_ClassifyIndex.selectedRow; +//var selectedRow = learun.frameTab.currentIframe().selectedRow; var keyValue = ''; var acceptClick; var bootstrap = function ($, learun) { "use strict"; - + var selectedRow = learun.frameTab.currentIframe().selectedRow; var page = { init: function () { page.bind();