11wqe1 3 달 전
부모
커밋
51052ee1cc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/mixins/mixin.js

+ 2 - 0
src/mixins/mixin.js

@@ -34,6 +34,8 @@ export const myMixin = {
       }
     },
     async addOp3(userTime, loadTime, object, status) {
+      if (!this.$route.query.userid) return
+
       try {
         if(!this.userJson || !this.userJson.accountNumber){
             let res = await this.ajax.get(this.$store.state.api + "selectUser", {