diff --git a/src/components/drawers/router/RouterFaceStu.vue b/src/components/drawers/router/RouterFaceStu.vue index a03cb60a..abffadc7 100644 --- a/src/components/drawers/router/RouterFaceStu.vue +++ b/src/components/drawers/router/RouterFaceStu.vue @@ -356,7 +356,11 @@ watch(()=>params.value.finishStatus,()=>{ }) const removeStu=(id)=> dialog({ content: "确定删除该学员吗?", - ok: () => delStudentList({ ids: [id] }).then(() => fetchData()) + ok: () => delStudentList({ + ids: [id], + source: 1, + offcoursePlanId: offcoursePlanId + }).then(() => fetchData()) }) const closeDrawer = () => {