|
|
@@ -1246,7 +1246,6 @@ export default {
|
|
|
if (!reg.test(this.icode)) {
|
|
|
this.$message.error(this.lang.codecorrectly);
|
|
|
this.nextStepsLoading = false
|
|
|
-
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
@@ -1267,6 +1266,7 @@ export default {
|
|
|
await this.getClassName(res.data[0][0].classid)
|
|
|
this.getClass(res.data[0][0].classid);
|
|
|
} else {
|
|
|
+ this.nextStepsLoading = false
|
|
|
this.$message.error(this.lang.codenotexist);
|
|
|
}
|
|
|
|