From 355e06ae2ed1164bd0eff7f5e5e0a60c395e668d Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Wed, 16 Oct 2019 17:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8Aplc=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trainRoom/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trainRoom/index.vue b/src/views/trainRoom/index.vue index 8a6a1f21f..f71013520 100644 --- a/src/views/trainRoom/index.vue +++ b/src/views/trainRoom/index.vue @@ -421,7 +421,7 @@ export default { this.userId = this.$store.state.user.id; this.getRoomInfo(); // 获取房间信息 info this.getUserList(); // 房间人员 列表 - this.checkPlcGateway(); //PLC网关 + // this.checkPlcGateway(); //PLC网关 this.timeDemon = setInterval(() => { checkLoginLine(); }, 5000 * 60); @@ -620,7 +620,7 @@ export default { this.stationList = resp.data; this.computePermissionRest(); // 获取屏蔽门列表 - this.handleDoorList(res.data.mapId, resp.data); + // this.handleDoorList(res.data.mapId, resp.data); }, // 获取观众席list 分配角色 Admin 管理员 Instructor 教员 Dispatcher 行调 Attendant 车站 Audience 观众 Driver 司机 Repair 通号 IBP IBP盘 async getUserList() {