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