[FIX]【自助入司流程优化】担保书签名页,提交签名信息接口字段修改

This commit is contained in:
yuweiqi
2020-05-20 16:25:52 +08:00
parent e089d83b13
commit 31e7acf12d

View File

@@ -229,7 +229,7 @@ export default {
}).then(data => {
this.$toast.clear()
if (JSON.parse(data).state == '1') {
this.base64 = decodeURI(JSON.parse(data).sign.EncData)
this.base64 = decodeURI(JSON.parse(data).sign)
this.appntSign.signState = '1'
this.agentSign.signState = '1'
if (this.appntSign.signState == '1') {
@@ -269,7 +269,7 @@ export default {
}).then(data => {
this.$toast.clear()
if (JSON.parse(data).state == '1') {
that.base64D = decodeURI(JSON.parse(data).sign.EncData)
that.base64D = decodeURI(JSON.parse(data).sign)
that.appntSign.signStateD = '1'
that.guaranteeSign.signState = '1'
if (that.appntSign.signStateD == '1') {