sunyize 2 anni fa
parent
commit
f42ecf7c2f

+ 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)
     },