mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 10:56:44 +08:00
[FIX]【自助入司流程优化】担保书签名页,提交签名信息接口字段修改
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user