|
@@ -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",
|