Procházet zdrojové kódy

删除学员添加id

wolyshaw před 4 roky
rodič
revize
17c14c0c17

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

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