Bläddra i källkod

盖章关闭当前页

xuefy 4 år sedan
förälder
incheckning
9e13a42523

+ 0 - 1
front-vue/src/views/service/credit/confirmationAudit.vue

@@ -317,7 +317,6 @@ import {listCreditLine,getCreditDetail,getAccountsCollection,getAvailableBalance
 import {approveCredit,getCreditSealFile,getContractFile} from "@/api/service/credit/creditHandle";
 import {accAdd} from "@/utils/calculation";
 import {isOpenApproval} from "@/api/service/credit/approvalRelatedCredit";
-import {listCompanyHandler} from "@/api/common/companyHandler";
 import {getToken} from "@/utils/auth";
 import pdfShow from "./pdfShow";
 export default {

+ 7 - 0
front-vue/src/views/service/credit/pdfShow.vue

@@ -521,6 +521,8 @@ export default {
                     //关闭人脸二维码
                     this.faceIsShow = false;
                 }
+                //关闭文件弹框
+                this.closePdfShow();
                 //确权:状态为待确权
                 if(this.zfiStatus == '00'){
                      this.msgSuccess("确权成功,融信已提交,"+this.receiveName+"签收");
@@ -611,6 +613,11 @@ export default {
     },
     //去融资
     goFinance(){
+        //关闭当前页
+         this.$store.dispatch(
+            "tagsView/delView",
+            this.$route
+            );
         //关闭弹框
         this.goShow = false;
         Cookies.set("/credit/goFinance/"+this.zfiId + "/", this.$route.fullPath)

+ 5 - 0
front-vue/src/views/service/credit/signFor.vue

@@ -1096,6 +1096,11 @@ export default {
     },
      //去融资
     goFinance(){
+        //关闭当前页
+         this.$store.dispatch(
+            "tagsView/delView",
+            this.$route
+        );
         //关闭弹框
         this.goShow = false;
         Cookies.set("/credit/goFinance/"+this.zfiId + "/", this.$route.fullPath)