mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
项目删除学员增加source区分来源,开课ID
This commit is contained in:
@@ -356,7 +356,11 @@ watch(()=>params.value.finishStatus,()=>{
|
|||||||
})
|
})
|
||||||
const removeStu=(id)=> dialog({
|
const removeStu=(id)=> dialog({
|
||||||
content: "确定删除该学员吗?",
|
content: "确定删除该学员吗?",
|
||||||
ok: () => delStudentList({ ids: [id] }).then(() => fetchData())
|
ok: () => delStudentList({
|
||||||
|
ids: [id],
|
||||||
|
source: 1,
|
||||||
|
offcoursePlanId: offcoursePlanId
|
||||||
|
}).then(() => fetchData())
|
||||||
})
|
})
|
||||||
|
|
||||||
const closeDrawer = () => {
|
const closeDrawer = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user