Merge branch 'feature/GFRS-213【待确定】电投问题件-前端开发-new' into dev

This commit is contained in:
mengxiaolong
2020-09-10 10:46:25 +08:00

View File

@@ -271,7 +271,7 @@ export default {
name,
type: '1',
number,
keyword: personType === 0 ? '投保人签名:' : '被保人签名:',
keyword: personType === 0 ? '投保人签名:' : '被保人签名:',
pageNo: '1',
index: 1,
offset: 20,
@@ -296,7 +296,7 @@ export default {
if (personType === 0) {
this.toAirSign('0', '投保人签名:', '10', '2', personType)
} else {
this.toAirSign('0', '被保人签名:', '10', '2', personType)
this.toAirSign('0', '被保人签名:', '10', '2', personType)
}
}
},