cloudroam
2024-11-29 694cb0f83ace00a67ca4ae0e98422088d330fbe2
fix:1129
已修改1个文件
2 ■■■■■ 文件已修改
src/views/area/server-info.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/area/server-info.vue
@@ -234,7 +234,6 @@
      this.cabinetName = info.cabinetName;
    },
    async update_server_info(code,name) {
      debugger;
      // name 是交换机
      console.log("info",code,name);
      this.$modal.loading("加载中");
@@ -264,7 +263,6 @@
        });
      }
      // console.log("this.activateSwitchPorts", this.activateSwitchPorts);
      debugger;
      this.dialog_activateSwitchPorts = true;
      this.cabinetName = name;
    },