From 6eab32e502e26989b142637498b049563a514ca3 Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 8 Aug 2022 18:04:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=94=9F=E4=BF=A1=E6=81=AF=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20-=E5=88=86=E9=85=8D=E5=AE=BF=E8=88=8D=20=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=88=86=E9=85=8D=E6=8F=90=E7=A4=BA=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StuInfoFresh/AllocationDormitory.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/AllocationDormitory.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/AllocationDormitory.js index f6d0f7f06..dc17c3ed3 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/AllocationDormitory.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/AllocationDormitory.js @@ -114,7 +114,8 @@ var bootstrap = function ($, learun) { //取消分配 $("#btn_CancelApply").on("click", function () { if (selectedItem.ID) { - var data = $('#gridtable2').jfGridGet('rowdata'); + var data = $('#gridtable').jfGridGet('rowdata'); + console.log(data, "btn_CancelApply"); if (data.length > 0) { learun.layerConfirm('是否确认取消分配班级 [' + selectedItem.Name + ']', function (res) {