diff --git a/web/src/main/resources/static/js/jlw/teacherOpenCourseScheduleSession/index.js b/web/src/main/resources/static/js/jlw/teacherOpenCourseScheduleSession/index.js index 1a7181f2..1e1af1a2 100644 --- a/web/src/main/resources/static/js/jlw/teacherOpenCourseScheduleSession/index.js +++ b/web/src/main/resources/static/js/jlw/teacherOpenCourseScheduleSession/index.js @@ -24,7 +24,7 @@ layui.define([ 'form', 'laydate', 'table' ,'laytpl'], function(exports) { cellMinWidth: 100, method : 'post', // 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 // 开启分页 /*,toolbar: '#toolbar_teacherOpenCourseScheduleSession' //自定义头部左侧工具栏 ,defaultToolbar: ['filter', 'print', 'exports'] //头部右侧工具栏*/