44323
2023-10-08 7808456a1e50af2dbd67488278eac85a558bd8f9
cloud-server-management/src/main/webapp/static/modular/system/ball/ball.js
@@ -69,7 +69,7 @@
            area: ['100%', '100%'],  //宽高
            fix: false, //不固定
            maxmin: true,
            content: Feng.ctxPath + '/tStudent/tStudent_update/' + TStudent.seItem.id
            content: Feng.ctxPath + '/ball/pre_edit/' + TStudent.seItem.id
        });
        this.layerIndex = index;
    }
@@ -80,17 +80,16 @@
 * 打开详情
 */
TStudent.openTStudentDetail1 = function () {
    if (this.check()) {
        var index = layer.open({
            type: 2,
            title: '详情',
            area: ['100%', '100%'],  //宽高
            fix: false, //不固定
            maxmin: true,
            content: Feng.ctxPath + '/tStudent/tStudent_info/' + TStudent.seItem.id
            content: Feng.ctxPath + '/ball/jieshao'
        });
        this.layerIndex = index;
    }
};