Browse Source

解决页面跳转问题

oyq28 3 years ago
parent
commit
f9db2d5947

+ 3 - 1
imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/runningOrder/components/checkCuttingTools/checkDetailCuttingTools.vue

@@ -104,7 +104,9 @@
             }).finally(() => this.loading = false)
             this.fetch()
           }else{ // 已装刀跳转到装刀申请页面
-            this.$router.push({path:'/prepareProductMgr/cuttingToolApplyMgr',query: data});
+            this.$store.dispatch('tagsView/delView', this.$route).then(res => {
+               this.$router.push({path:'/prepareProductMgr/cuttingToolApplyMgr', query: data});
+            });   
           }
         }
       }