Browse Source

跳转盖章页面前去掉go-1

xuefy 3 năm trước cách đây
mục cha
commit
55b848f1eb

+ 1 - 4
front-vue/src/views/service/credit/addCredit.vue

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

+ 0 - 2
front-vue/src/views/service/credit/financeOpen.vue

@@ -911,7 +911,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 + "/" }); 
@@ -995,7 +994,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 + "/" });