电子投保单抄录结果返回值增加判断

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-07-06 17:21:56 +08:00
parent cc701a123c
commit ad4fbd11e3

View File

@@ -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
}
} }
}) })
} }