|
@@ -96,11 +96,11 @@
|
|
|
:ref="scope.$index">
|
|
|
<p>确定删除该学生?</p>
|
|
|
<div style="text-align: right; margin-top: 20px">
|
|
|
- <el-button
|
|
|
+ <el-button
|
|
|
type="text"
|
|
|
@click="scope._self.$refs[scope.$index].doClose()">取消</el-button>
|
|
|
<el-button type="primary"
|
|
|
-
|
|
|
+
|
|
|
@click="removeStudent(scope)">确定</el-button>
|
|
|
</div>
|
|
|
<el-button type="text"
|
|
@@ -245,7 +245,7 @@ export default {
|
|
|
addstudentBtn (row) {
|
|
|
this.activeClass = row.id;
|
|
|
let type = row.type;
|
|
|
- getMusicGroupStuNoClassType({ musicGroupId: this.teamid, type }).then(res => {
|
|
|
+ getMusicGroupStuNoClassType({ musicGroupId: this.teamid, type, classGroupId:row.id}).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
this.studentList = res.data;
|
|
|
this.addStudentVisible = true;
|