|
@@ -135,6 +135,17 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
this.autoFullScreen();
|
|
this.autoFullScreen();
|
|
|
})
|
|
})
|
|
|
|
|
+
|
|
|
|
|
+ setInterval(() => {
|
|
|
|
|
+ var currentLine = sessionStorage.getItem("zzlicode");
|
|
|
|
|
+ for(var item of this.linedata){
|
|
|
|
|
+ if(currentLine != item.LI_NAME){
|
|
|
|
|
+ sessionStorage.setItem("zzlicode",item.LI_NAME)
|
|
|
|
|
+ location.reload();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }, 60000);
|
|
|
|
|
+
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
this.$router.push("/makeprocess")
|
|
this.$router.push("/makeprocess")
|
|
|
}, 300000)
|
|
}, 300000)
|