Merge branch '250321-bugfix-shl'

This commit is contained in:
joshen
2025-03-26 16:58:05 +08:00

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,
targetId: offcoursePlanId.value
}).then(() => fetchData())
})
const closeDrawer = () => {