|
@@ -1093,8 +1093,8 @@ export default {
|
|
superFindClassGroups({ classGroupId: this.activeClass }).then(res => {
|
|
superFindClassGroups({ classGroupId: this.activeClass }).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
if (
|
|
if (
|
|
- this.activeListStudent.length > 5 ||
|
|
|
|
- this.activeListStudent.length < 3
|
|
|
|
|
|
+ (this.activeListStudent.length+this.chioseStudent.length) > 5 ||
|
|
|
|
+ (this.activeListStudent.length+this.chioseStudent.length) < 3
|
|
) {
|
|
) {
|
|
this.$message.error("线上技能班必须为3-5人");
|
|
this.$message.error("线上技能班必须为3-5人");
|
|
return;
|
|
return;
|