mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 16:26:43 +08:00
1期问题修改
This commit is contained in:
@@ -615,7 +615,7 @@ export default {
|
||||
this.groupMemberNumber &&
|
||||
this.groupMemberCount < this.groupMemberNumber + this.projectSelectRows.length + this.stuSelectRows.length
|
||||
) {
|
||||
return this.$showMessage("添加小组学员超过最大值", 'error');
|
||||
return this.$showManageMessage("添加小组学员超过最大值", 'error');
|
||||
}
|
||||
saveStu({
|
||||
targetId: this.courseDetail?.id || this.id,
|
||||
@@ -625,7 +625,7 @@ export default {
|
||||
studentList: this.stuSelectRows.map((e) => ({id: e.id})),
|
||||
}).then((res) => {
|
||||
console.log('res', res);
|
||||
this.$showMessage("添加成功", 'success');
|
||||
this.$showManageMessage("添加成功", 'success');
|
||||
this.$emit("confirm");
|
||||
this.handleClose();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user