Просмотр исходного кода

Merge branch 'master' of http://git.minpay.cc/SupplyChain/front

guolufei123 4 лет назад
Родитель
Сommit
70b1c7c06d

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

+ 1 - 1
front-vue/src/views/system/company/certification.vue

@@ -1719,7 +1719,7 @@ export default {
     /** 企业账户验证网联支持银行列表 */
     authorizationTemplate() {
       this.download(
-        "system_cc/companyAuth/bankList",
+        "system/companyAuth/bankList",
         {},
         `企业账户验证网联支持银行列表.xlsx`
       );

+ 2 - 2
front-vue/src/views/system/user/detail.vue

@@ -277,7 +277,7 @@ export default {
       const userId = this.$route.params && this.$route.params.userId;
       this.queryParams.userId = userId;
       this.download(
-        "system_cc/ownUser/jpgAuthorization",
+        "system/ownUser/jpgAuthorization",
         {
           ...this.queryParams,
         },
@@ -289,7 +289,7 @@ export default {
       this.queryParams.userId = userId;
       console.log(this.queryParams.userId);
       this.download(
-        "system_cc/ownUser/jpgApply",
+        "system/ownUser/jpgApply",
         {
           ...this.queryParams,
         },

+ 2 - 2
front-vue/src/views/system/user/index.vue

@@ -1470,7 +1470,7 @@ export default {
     /** 安心签开户及管理授权书(模板) */
     authorizationTemplate() {
       this.download(
-        "system_cc/ownUser/authorization",
+        "system/ownUser/authorization",
         {},
         `安心签开户及管理授权书(模板).docx`
       );
@@ -1478,7 +1478,7 @@ export default {
     /** 安心签用户信息变更申请表 */
     applicationTemplate() {
       this.download(
-        "system_cc/ownUser/apply",
+        "system/ownUser/apply",
         {},
         `安心签用户信息变更申请表.xlsx`
       );