mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 19:56:45 +08:00
第二次进入电子保单this.getOrderDetail().then(()再执行,重新赋值documentStatus为3
This commit is contained in:
@@ -183,17 +183,19 @@ export default {
|
||||
console.log('第二次进入电子保单')
|
||||
console.log(this.radio1,'this.radio1')
|
||||
console.log('````````````````````````````````')
|
||||
this.base64 = imgBase64Data
|
||||
this.isDisabledComplite = false
|
||||
console.log('signInfo.status:' + signInfo.status)
|
||||
if (signInfo.status == '0') {
|
||||
// this.appntSign.documentStatus = '3'
|
||||
console.log('``````````````````')
|
||||
this.$set(this.appntSign, 'documentStatus', '3')
|
||||
console.log('appntSign.documentStatus: ' + this.appntSign.documentStatus)
|
||||
this.isSign = false
|
||||
this.getOrderDetail().then(() => {
|
||||
this.base64 = imgBase64Data
|
||||
this.isDisabledComplite = false
|
||||
}
|
||||
console.log('signInfo.status:' + signInfo.status)
|
||||
if (signInfo.status == '0') {
|
||||
// this.appntSign.documentStatus = '3'
|
||||
console.log('``````````````````')
|
||||
this.$set(this.appntSign, 'documentStatus', '3')
|
||||
console.log('appntSign.documentStatus: ' + this.appntSign.documentStatus)
|
||||
this.isSign = false
|
||||
this.isDisabledComplite = false
|
||||
}
|
||||
})
|
||||
} else {
|
||||
console.log('第一次进入电子保单')
|
||||
this.getOrderDetail()
|
||||
@@ -297,6 +299,7 @@ export default {
|
||||
if (item.documentCode == '11') {
|
||||
//signType 签名类型 0 投保人 1 被保人 2 本人
|
||||
if (item.signType == '0' || item.signType == '2') {
|
||||
console.log('000000000', item)
|
||||
that.appntSign = item
|
||||
that.tipsPolicyUrl = item.policyUrl
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user