From ced5fb9a69ff1e97726b8dacac252978fd804283 Mon Sep 17 00:00:00 2001 From: Dai Date: Tue, 15 Oct 2024 16:31:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=AF=BC=E5=87=BA=E6=9C=AA=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=B7=BB=E5=8A=A0=E6=95=99=E5=B8=88=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/view/teacher-schedule-time/export_schedule_index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/admin/app/view/teacher-schedule-time/export_schedule_index.html b/plugin/admin/app/view/teacher-schedule-time/export_schedule_index.html index 33ee6e4..f4a7abf 100644 --- a/plugin/admin/app/view/teacher-schedule-time/export_schedule_index.html +++ b/plugin/admin/app/view/teacher-schedule-time/export_schedule_index.html @@ -320,8 +320,9 @@ }// 老师课程安排 let export_unpublish_schedule = function(obj) { let month = obj.data['month']; + let teacher_id = layui.$('#teacher_id').val(); 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", dateType: "json", success: function (res) {