44323
2023-10-13 b63785e94f5777080fc8cba1c7b6e112cca01617
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;
    }
};
/**
 * 删除