|
@@ -175,9 +175,9 @@ export default {
|
|
if (
|
|
if (
|
|
!this.isOnlyChangeUser &&
|
|
!this.isOnlyChangeUser &&
|
|
this.activeType == "HIGH_ONLINE" &&
|
|
this.activeType == "HIGH_ONLINE" &&
|
|
- (this.seleched.length < 3 || this.seleched.length > 5)
|
|
|
|
|
|
+ (this.seleched.length < 1 || this.seleched.length > 6)
|
|
) {
|
|
) {
|
|
- return this.$message.error("线上技能班必须为3-5人");
|
|
|
|
|
|
+ return this.$message.error("线上技能班必须为1-6人");
|
|
}
|
|
}
|
|
this.$emit("submit", this.seleched);
|
|
this.$emit("submit", this.seleched);
|
|
this.transStudentVisible = false
|
|
this.transStudentVisible = false
|