项目删除学员增加source区分来源,开课ID

This commit is contained in:
sunhonglai
2025-03-25 13:52:49 +08:00
parent 3181031a19
commit 7083772564

View File

@@ -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 = () => {