Sfoglia il codice sorgente

盖章完成预览

peixh 3 anni fa
parent
commit
bde8e876c1

+ 4 - 3
front-vue/src/views/service/financeRecord/addFinanceRecord.vue

@@ -289,6 +289,7 @@ import {
     updateChargeStatus,
     listChargeStatus,
     cancelContract,
+    listStamped
 } from "@/api/service/financeRecord/record";
 import {
     listFinanceInf
@@ -319,8 +320,7 @@ import {
     sendMessage,
     checkCode,
     faceAuth,
-    checkFaceAuth,
-    listStamped
+    checkFaceAuth
 } from "@/api/service/credit/message";
 import {
     cfcaProjectNo,
@@ -1304,7 +1304,6 @@ export default {
             self.zcFinanceInf.zfrId = self.zfrId;
             contractSigning(self.zcFinanceInf)
                 .then((response) => {
-                    debugger;
                     loading.close();
                     self.msgSuccess("盖章成功");
                     if (self.zfpAuthType == "02") {
@@ -1321,6 +1320,8 @@ export default {
                     console.log(self,"self")
                     console.log(self.zfrId,"zfrId")
                     queryStamped.zfrId = self.zfrId
+                    debugger;
+                    
                     const load = self.$loading({
                         lock: true,
                         text: "Loading",

+ 1 - 1
front-vue/src/views/service/financeRecord/recordSeal.vue

@@ -1587,7 +1587,7 @@ export default {
           //关闭预览合同
           //self.closePdfShow();
           let queryStamped = {};
-          queryStamped.zfrId = this.zfrId
+          queryStamped.zfrId = self.zfrId
           const load = self.$loading({
             lock: true,
             text: "Loading",