From 04e8f1b8e9f1be1110655030c6ef5db3f90f5d2d Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Wed, 9 Oct 2024 10:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E8=B0=83?= =?UTF-8?q?=E5=BA=A6-=E4=B8=B2=E4=BC=91=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=BC=96=E5=8F=B7=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/ArrangeLessonTermAttemper/Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTermAttemper/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTermAttemper/Form.js index 606bbf7be..c9f1ce2c3 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTermAttemper/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTermAttemper/Form.js @@ -108,7 +108,7 @@ var bootstrap = function ($, learun) { if (item) { //特殊逻辑,id是角色换课面流程****************************************** if (item.id == '03') { - if (learun.clientdata.get(['userinfo']).roleIds.indexOf("d080a7c6-17bd-401b-b3df-fe0f741e5838") < 0) { + if (learun.clientdata.get(['userinfo']).roleIds.indexOf("554db9fb-a156-46e0-873a-10a45ebd0256") < 0) { $("#AttemperType").lrselectSet(''); learun.alert.warning("无权操作!"); return;