From c47638e00386a5a5d1f729aca4d5b0aad7f2678d Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期五, 13 十月 2023 10:59:18 +0800 Subject: [PATCH] 10.13bug --- cloud-server-management/src/main/webapp/static/modular/system/tStudent/tStudent.js | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tStudent/tStudent.js b/cloud-server-management/src/main/webapp/static/modular/system/tStudent/tStudent.js index bd1eca8..30ab531 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tStudent/tStudent.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tStudent/tStudent.js @@ -129,6 +129,24 @@ }; +/** + * 学员管理 + */ +TStudent.openTStudentDetail2 = function () { + if (this.check()) { + var index = layer.open({ + type: 2, + title: '详情', + area: ['100%', '100%'], //宽高 + fix: false, //不固定 + maxmin: true, + content: Feng.ctxPath + '/tStudent/tStudent_commite/' + TStudent.seItem.id + }); + this.layerIndex = index; + } +}; + + /** * 删除 -- Gitblit v1.7.1