lex-xin hace 4 años
padre
commit
e8f74da8db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/visitManager/addVisit.vue

+ 1 - 1
src/views/visitManager/addVisit.vue

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