diff --git a/src/components/drawers/router/RouterFaceStu.vue b/src/components/drawers/router/RouterFaceStu.vue index abffadc7..ea3cb987 100644 --- a/src/components/drawers/router/RouterFaceStu.vue +++ b/src/components/drawers/router/RouterFaceStu.vue @@ -359,7 +359,7 @@ const removeStu=(id)=> dialog({ ok: () => delStudentList({ ids: [id], source: 1, - offcoursePlanId: offcoursePlanId + targetId: offcoursePlanId.value }).then(() => fetchData()) })