|
@@ -876,7 +876,6 @@ export default {
|
|
|
"tagsView/delView",
|
|
|
_this.$route
|
|
|
);
|
|
|
- _this.$router.go(-1);
|
|
|
//跳转盖章页面
|
|
|
Cookies.set("/credit/creditSeal/"+zfiId + "/", _this.$route.fullPath)
|
|
|
_this.$router.push({ path: "/credit/creditSeal/"+zfiId + "/" });
|
|
@@ -945,7 +944,6 @@ export default {
|
|
|
"tagsView/delView",
|
|
|
this.$route
|
|
|
);
|
|
|
- this.$router.go(-1);
|
|
|
//跳转盖章页面
|
|
|
Cookies.set("/credit/creditSeal/"+zfiId + "/", this.$route.fullPath)
|
|
|
this.$router.push({ path: "/credit/creditSeal/"+zfiId + "/" });
|
|
@@ -1007,10 +1005,9 @@ export default {
|
|
|
}else{//无核心开立内部审批
|
|
|
//关闭当前页面
|
|
|
this.$store.dispatch(
|
|
|
- "tagsView/delView",
|
|
|
+ "tagsView/delView",
|
|
|
this.$route
|
|
|
);
|
|
|
- this.$router.go(-1);
|
|
|
//跳转盖章页面
|
|
|
Cookies.set("/credit/creditSeal/"+zfiId + "/", this.$route.fullPath)
|
|
|
this.$router.push({ path: "/credit/creditSeal/"+zfiId + "/" });
|