mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 07:06:44 +08:00
签名PDF
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user