|
|
|
@ -304,6 +304,7 @@ export default {
|
|
|
|
|
changeSelect() {
|
|
|
|
|
console.log(this.selaccess);
|
|
|
|
|
this.loading = true;
|
|
|
|
|
this.newshedulenr = [];
|
|
|
|
|
getSchedulenr({
|
|
|
|
|
channelid: this.selaccess,
|
|
|
|
|
terminalid: this.selfacilityId,
|
|
|
|
@ -365,9 +366,9 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch((err) => {
|
|
|
|
|
this.$message.error("查询失败");
|
|
|
|
|
clearInterval(this.timer);
|
|
|
|
|
this.timer = null;
|
|
|
|
|
this.$message.error("查询失败");
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
//获取线路列表数据
|
|
|
|
@ -542,7 +543,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
closebtn() {
|
|
|
|
|
this.isShowset = false;
|
|
|
|
|
clearInterval(this.timer);
|
|
|
|
|
|
|
|
|
|
this.deviceList();
|
|
|
|
|
clearInterval(this.timers);
|
|
|
|
|
this.timers = null;
|
|
|
|
@ -554,7 +555,9 @@ export default {
|
|
|
|
|
this.isShow = false;
|
|
|
|
|
},
|
|
|
|
|
handleclose() {
|
|
|
|
|
clearInterval(this.timer);
|
|
|
|
|
this.newshedulenr = [];
|
|
|
|
|
this.shedulenr = [];
|
|
|
|
|
|
|
|
|
|
console.log("关闭轮询");
|
|
|
|
|
clearInterval(this.timers);
|
|
|
|
|
this.timers = null;
|
|
|
|
@ -598,6 +601,12 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
.timeShow {
|
|
|
|
|
display: flex;
|
|
|
|
|
.leftTime {
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
|
|
|
|
.rightTime {
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.searchBtn {
|
|
|
|
|