Jelajahi Sumber

Merge branch '03/18VipActive' into test

lex-xin 4 tahun lalu
induk
melakukan
2b91c7d85b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;