sunyize 2 년 전
부모
커밋
f42ecf7c2f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/networkAccess/registrationSelect.vue
  2. 1 1
      src/views/networkAccess/registrationUpdate.vue

+ 1 - 1
src/views/networkAccess/registrationSelect.vue

@@ -2207,7 +2207,7 @@ export default {
       if ( this.$route.query.isDisabled!=null &&  this.$route.query.isDisabled==='true' ){
         this.isDisabled = true;
       }
-      this.getSysCompany();
+
       this.change(this.model.company)
       this.keyupInfo('update');
       this.change(this.model.company)

+ 1 - 1
src/views/networkAccess/registrationUpdate.vue

@@ -2203,7 +2203,7 @@ export default {
       if ( this.$route.query.isDisabled!=null &&  this.$route.query.isDisabled==='true' ){
         this.isDisabled = true;
       }
-      this.getSysCompany();
+
       this.keyupInfo('update');
       this.change(this.model.company)
     },