From ff9a650ba5aa2b3049efde5a3219f9a3e03bb64c Mon Sep 17 00:00:00 2001 From: zeyan <258785420@qq.com> Date: Mon, 11 Aug 2025 21:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniapp/pages-market/clue/class_arrangement_detail.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/uniapp/pages-market/clue/class_arrangement_detail.vue b/uniapp/pages-market/clue/class_arrangement_detail.vue index 6100a804..7af329b7 100644 --- a/uniapp/pages-market/clue/class_arrangement_detail.vue +++ b/uniapp/pages-market/clue/class_arrangement_detail.vue @@ -616,7 +616,9 @@ const params = { resources_id: stu.resources_id, - id: this.schedule_info.id + id: this.schedule_info.id, + student_id: stu.student_id || stu.member_id || '', + remark: '取消课程' }; const result = await apiRoute.schedule_del(params);