|
@@ -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});
|
|
|
+ });
|
|
|
}
|
|
|
}
|
|
|
}
|