签名关键字修改

This commit is contained in:
mengxiaolong
2020-09-22 09:07:17 +08:00
parent b8df275385
commit 0e92f5751f

View File

@@ -280,11 +280,7 @@ export default {
let number = personType === 0 ? this.problemInfo.appntIdCardNo : this.problemInfo.insuredIdCardNo let number = personType === 0 ? this.problemInfo.appntIdCardNo : this.problemInfo.insuredIdCardNo
let keyword = '' let keyword = ''
if (personType === 1) { if (personType === 1) {
if (this.releationType) { keyword = '被保险人/监护人签名:'
keyword = '投保人/被保险人签名:'
} else {
keyword = '被保险人/监护人签名:'
}
} }
if (personType === 0) { if (personType === 0) {
if (this.releationType && this.$route.query.receiveType === '1') { if (this.releationType && this.$route.query.receiveType === '1') {