|
|
@@ -292,6 +292,7 @@ import {
|
|
|
updateChargeStatus,
|
|
|
listChargeStatus,
|
|
|
cancelContract,
|
|
|
+ listStamped
|
|
|
} from "@/api/service/financeRecord/record";
|
|
|
import {
|
|
|
listFinanceInf
|
|
|
@@ -322,8 +323,7 @@ import {
|
|
|
sendMessage,
|
|
|
checkCode,
|
|
|
faceAuth,
|
|
|
- checkFaceAuth,
|
|
|
- listStamped
|
|
|
+ checkFaceAuth
|
|
|
} from "@/api/service/credit/message";
|
|
|
import {
|
|
|
cfcaProjectNo,
|
|
|
@@ -1311,7 +1311,6 @@ export default {
|
|
|
self.zcFinanceInf.zfrId = self.zfrId;
|
|
|
contractSigning(self.zcFinanceInf)
|
|
|
.then((response) => {
|
|
|
- debugger;
|
|
|
loading.close();
|
|
|
self.msgSuccess("盖章成功");
|
|
|
if (self.zfpAuthType == "02") {
|
|
|
@@ -1325,13 +1324,18 @@ export default {
|
|
|
//关闭预览合同
|
|
|
//self.closePdfShow();
|
|
|
let queryStamped = {};
|
|
|
- queryStamped.zfrId = this.zfrId
|
|
|
+ console.log(self,"self")
|
|
|
+ console.log(self.zfrId,"zfrId")
|
|
|
+ queryStamped.zfrId = self.zfrId
|
|
|
+ debugger;
|
|
|
+
|
|
|
const load = self.$loading({
|
|
|
lock: true,
|
|
|
text: "Loading",
|
|
|
background: "rgba(0, 0, 0,0)",
|
|
|
});
|
|
|
listStamped(queryStamped).then((response) => {
|
|
|
+ console.log(response)
|
|
|
load.close();
|
|
|
if (response.data) {
|
|
|
this.pdfFileList = response.data.list;
|