修改title

ds1.0
fanluyan 2 years ago
parent 37174b64d7
commit 841b47b8e2

@ -374,6 +374,7 @@ export default {
setNum: Math.floor(Math.random() * 10),
compareloading: false,
timeProtocol: "",
intervalNum: 1000, //
};
},
mounted() {
@ -637,14 +638,21 @@ export default {
terminalid: this.selfacilityId,
})
.then((res) => {
console.log(res);
//console.log(res);
this.requestId = res.data.requestId;
// this.realNewtime();
this.timer = window.setInterval(() => {
//console.log(this.requestList);
this.realNewtime();
console.log("时间", this.timernum);
if (this.timernum < 2) {
this.intervalNum = 1000;
} else {
this.intervalNum = 2000;
}
console.log(this.intervalNum);
this.timernum++;
}, 2000);
}, this.intervalNum);
})
.catch((err) => {
this.$message.error("查询失败");
@ -662,8 +670,8 @@ export default {
this.compareloading = false;
this.newshedulenr = res.data.list;
this.offsetnum = res.data.offset;
console.log("qqqqqqqqqqqqqqqqqqqqqq");
console.log(this.offsetnum);
// console.log("qqqqqqqqqqqqqqqqqqqqqq");
// console.log(this.offsetnum);
//
if (this.timeProtocol == "65283") {
console.log("湖南规约");
@ -707,7 +715,7 @@ export default {
}
}
console.log("222222222222222222");
console.log(hnarr);
// console.log(hnarr);
console.log("22222222222222222222222");
let dayArr = [];
//
@ -737,7 +745,7 @@ export default {
this.$moment(new Date(endDay)).format("YYYY-MM-DD HH:mm")
);
console.log(dayArr);
//console.log(dayArr);
this.newshedulenr = dayArr;
}
}
@ -762,7 +770,7 @@ export default {
console.log(timeDate);
hnarr.push(timeDate);
}
console.log(hnarr);
// console.log(hnarr);
this.newshedulenr = hnarr;
}
this.timernum = 0;

Loading…
Cancel
Save