yhluo 6 meses atrás
pai
commit
3c5ef73a1b
2 arquivos alterados com 6 adições e 0 exclusões
  1. 3 0
      src/views/prodline/index.vue
  2. 3 0
      src/views/zz/index.vue

+ 3 - 0
src/views/prodline/index.vue

@@ -158,6 +158,9 @@ export default {
           type: 'warning'
       });
     })
+    setTimeout(() => {
+      this.$router.push("/makeprocess")
+    }, 60000)
   },
   beforeDestroy () {
     clearInterval(this.timing);

+ 3 - 0
src/views/zz/index.vue

@@ -138,6 +138,9 @@ export default {
           type: 'warning'
       });
     })
+    setTimeout(() => {
+      this.$router.push("/makeprocess")
+    }, 60000)
   },
   beforeDestroy () {
     clearInterval(this.timing);