mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 06:26:44 +08:00
电子投保单抄录结果返回值增加判断
This commit is contained in:
@@ -606,10 +606,12 @@ export default {
|
|||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
if (JSON.parse(data).state == '1') {
|
if (JSON.parse(data).state == '1') {
|
||||||
this.base64 = decodeURI(JSON.parse(data).sign)
|
this.base64 = decodeURI(JSON.parse(data).sign)
|
||||||
this.appntSign.documentStatus = '3'
|
if(this.base64){
|
||||||
this.isDisabledComplite = false
|
this.appntSign.documentStatus = '3'
|
||||||
this.isSubmit = false
|
this.isDisabledComplite = false
|
||||||
this.isSign = false
|
this.isSubmit = false
|
||||||
|
this.isSign = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user