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

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,11 +606,13 @@ 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)
if(this.base64){
this.appntSign.documentStatus = '3' this.appntSign.documentStatus = '3'
this.isDisabledComplite = false this.isDisabledComplite = false
this.isSubmit = false this.isSubmit = false
this.isSign = false this.isSign = false
} }
}
}) })
} }
} else { } else {