From f2d9699052a06207321fa2817242e61fc36de052 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Wed, 13 Apr 2022 09:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E8=AF=BE=E7=A8=8B=E5=90=AF?= =?UTF-8?q?=E7=94=A8/=E5=81=9C=E7=94=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EducationalAdministration/Views/Exam_ExamLesson/Index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamLesson/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamLesson/Index.js index c7d0be5c4..e8420c804 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamLesson/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Exam_ExamLesson/Index.js @@ -93,7 +93,7 @@ var bootstrap = function ($, learun) { }); //启用 $('#lr_lock').on('click', function () { - var keyValue = $('#gridtable').jfGridValue('ID'); + var keyValue = $('#gridtable').jfGridValue('ELId'); if (learun.checkrow(keyValue)) { var ELEnabled = $('#gridtable').jfGridValue('ELEnabled'); if (ELEnabled.indexOf('true') != -1) { @@ -111,7 +111,7 @@ var bootstrap = function ($, learun) { }); //禁用 $('#lr_unlock').on('click', function () { - var keyValue = $('#gridtable').jfGridValue('ID'); + var keyValue = $('#gridtable').jfGridValue('ELId'); if (learun.checkrow(keyValue)) { var ELEnabled = $('#gridtable').jfGridValue('ELEnabled'); if (ELEnabled.indexOf('false') != -1) {