Browse Source

Merge branch 'merge_music' into ol_12_30

wolyshaw 4 years ago
parent
commit
7053af350c
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/teamBuild/components/merged-students.vue

+ 4 - 1
src/views/teamBuild/components/merged-students.vue

@@ -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) {}