From 14836ead3b13c40731478fa8ead0feb19611abe5 Mon Sep 17 00:00:00 2001 From: liangkun Date: Wed, 24 Mar 2021 16:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=AD=97=E5=85=B8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8A=A5=E9=94=99=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..53d8caa77 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 = top.layer_ClassifyIndex.selectedRow; var keyValue = ''; var acceptClick; var bootstrap = function ($, learun) { "use strict"; - + var selectedRow = learun.frameTab.currentIframe().selectedRow; var page = { init: function () { page.bind();