签名PDF

This commit is contained in:
mengxiaolong
2020-08-09 18:51:04 +08:00
parent 7b8146b065
commit c31e4b523a

View File

@@ -272,7 +272,7 @@ export default {
name, name,
type: '1', type: '1',
number, number,
keyword: '签字', keyword: personType === 0 ? '投保人签名' : '被保人签名',
pageNo: '1', pageNo: '1',
index: 1, index: 1,
offset: 20, offset: 20,
@@ -416,7 +416,7 @@ export default {
} }
}, },
async getMessage({ data }) { async getMessage({ data }) {
let signInfo = [this.insurantBase64, this.policyholderBase64] let signInfo = [this.policyholderBase64]
// 获取dialog信息type为confirm时为短信框alert时是确定框 // 获取dialog信息type为confirm时为短信框alert时是确定框
let problemData = { let problemData = {
id: this.$route.params.id, id: this.$route.params.id,