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

This commit is contained in:
sunhonglai
2025-03-25 15:11:28 +08:00
parent 7083772564
commit fdc46fc704

View File

@@ -359,7 +359,7 @@ const removeStu=(id)=> dialog({
ok: () => delStudentList({
ids: [id],
source: 1,
offcoursePlanId: offcoursePlanId
targetId: offcoursePlanId.value
}).then(() => fetchData())
})