Merge remote-tracking branch 'origin/test'
This commit is contained in:
commit
8ba89a8735
@ -421,7 +421,7 @@ export default {
|
|||||||
this.userId = this.$store.state.user.id;
|
this.userId = this.$store.state.user.id;
|
||||||
this.getRoomInfo(); // 获取房间信息 info
|
this.getRoomInfo(); // 获取房间信息 info
|
||||||
this.getUserList(); // 房间人员 列表
|
this.getUserList(); // 房间人员 列表
|
||||||
this.checkPlcGateway(); //PLC网关
|
// this.checkPlcGateway(); //PLC网关
|
||||||
this.timeDemon = setInterval(() => {
|
this.timeDemon = setInterval(() => {
|
||||||
checkLoginLine();
|
checkLoginLine();
|
||||||
}, 5000 * 60);
|
}, 5000 * 60);
|
||||||
@ -620,7 +620,7 @@ export default {
|
|||||||
this.stationList = resp.data;
|
this.stationList = resp.data;
|
||||||
this.computePermissionRest();
|
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盘
|
// 获取观众席list 分配角色 Admin 管理员 Instructor 教员 Dispatcher 行调 Attendant 车站 Audience 观众 Driver 司机 Repair 通号 IBP IBP盘
|
||||||
async getUserList() {
|
async getUserList() {
|
||||||
|
Loading…
Reference in New Issue
Block a user