|
@@ -98,7 +98,10 @@ export default {
|
|
|
await this.$confirm('是否确认删除已选择学员?', '提示', {
|
|
|
type: 'warning'
|
|
|
})
|
|
|
- await batchDelStudentRegistration(this.passed)
|
|
|
+ await batchDelStudentRegistration({
|
|
|
+ musicGroupId: this.id,
|
|
|
+ userIds: this.passed
|
|
|
+ })
|
|
|
this.$message.success('删除成功')
|
|
|
this.FetchDetail()
|
|
|
} catch (error) {}
|