@@ -358,7 +358,7 @@ export default {
}
},
onCheckStudent() {
- if (this.id) {
+ if (this.id || this.userId) {
return;
this.statusList.studentStatus = true;