|
|
@ -161,7 +161,6 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
exportDocument: function () {
|
|
|
|
exportDocument: function () {
|
|
|
|
layui.use([ 'teacherOpenCourseStudentSigninLogApi' ], function() {
|
|
|
|
layui.use([ 'teacherOpenCourseStudentSigninLogApi' ], function() {
|
|
|
|
debugger
|
|
|
|
|
|
|
|
var teacherOpenCourseStudentSigninLogApi = layui.teacherOpenCourseStudentSigninLogApi
|
|
|
|
var teacherOpenCourseStudentSigninLogApi = layui.teacherOpenCourseStudentSigninLogApi
|
|
|
|
Common.openConfirm("确认要导出这些TeacherOpenCourseStudentSigninLog数据?", function() {
|
|
|
|
Common.openConfirm("确认要导出这些TeacherOpenCourseStudentSigninLog数据?", function() {
|
|
|
|
teacherOpenCourseStudentSigninLogApi.exportExcel($("#searchForm"), function(fileId) {
|
|
|
|
teacherOpenCourseStudentSigninLogApi.exportExcel($("#searchForm"), function(fileId) {
|
|
|
|