|
|
@ -24,7 +24,7 @@ layui.define([ 'form', 'laydate', 'table' ,'laytpl'], function(exports) {
|
|
|
|
cellMinWidth: 100,
|
|
|
|
cellMinWidth: 100,
|
|
|
|
method : 'post',
|
|
|
|
method : 'post',
|
|
|
|
// url : Common.ctxPath + '/jlw/teacherOpenCourseScheduleSession/list.json' // 数据接口
|
|
|
|
// url : Common.ctxPath + '/jlw/teacherOpenCourseScheduleSession/list.json' // 数据接口
|
|
|
|
url : Common.ctxPath + '/jlw/teacherOpenCourseScheduleSession/listGroup.json?teacherOpenCourseScheduleSessionStatus=1' // 数据接口
|
|
|
|
url : Common.ctxPath + '/jlw/teacherOpenCourseScheduleSession/listGroup.json' // 数据接口
|
|
|
|
,page : Lib.tablePage // 开启分页
|
|
|
|
,page : Lib.tablePage // 开启分页
|
|
|
|
/*,toolbar: '#toolbar_teacherOpenCourseScheduleSession' //自定义头部左侧工具栏
|
|
|
|
/*,toolbar: '#toolbar_teacherOpenCourseScheduleSession' //自定义头部左侧工具栏
|
|
|
|
,defaultToolbar: ['filter', 'print', 'exports'] //头部右侧工具栏*/
|
|
|
|
,defaultToolbar: ['filter', 'print', 'exports'] //头部右侧工具栏*/
|
|
|
|