Bläddra i källkod

Merge branch '03/18VipActive' into test

lex-xin 4 år sedan
förälder
incheckning
2b91c7d85b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/visitManager/addVisit.vue

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

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