fix 导出未发布添加教师字段
This commit is contained in:
parent
261528d727
commit
ced5fb9a69
@ -320,8 +320,9 @@
|
|||||||
}// 老师课程安排
|
}// 老师课程安排
|
||||||
let export_unpublish_schedule = function(obj) {
|
let export_unpublish_schedule = function(obj) {
|
||||||
let month = obj.data['month'];
|
let month = obj.data['month'];
|
||||||
|
let teacher_id = layui.$('#teacher_id').val();
|
||||||
layui.$.ajax({
|
layui.$.ajax({
|
||||||
url: '/app/admin/teacherScheduleTime/exportSummary?is_publish=0&month=' + month,
|
url: '/app/admin/teacherScheduleTime/exportSummary?is_publish=0&month=' + month +'&teacher_id=' + teacher_id,
|
||||||
type: "POST",
|
type: "POST",
|
||||||
dateType: "json",
|
dateType: "json",
|
||||||
success: function (res) {
|
success: function (res) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user