mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 22:56:43 +08:00
签名PDF
This commit is contained in:
@@ -272,7 +272,7 @@ export default {
|
||||
name,
|
||||
type: '1',
|
||||
number,
|
||||
keyword: '签字',
|
||||
keyword: personType === 0 ? '投保人签名' : '被保人签名',
|
||||
pageNo: '1',
|
||||
index: 1,
|
||||
offset: 20,
|
||||
@@ -416,7 +416,7 @@ export default {
|
||||
}
|
||||
},
|
||||
async getMessage({ data }) {
|
||||
let signInfo = [this.insurantBase64, this.policyholderBase64]
|
||||
let signInfo = [this.policyholderBase64]
|
||||
// 获取dialog信息,type为confirm时为短信框,alert时是确定框
|
||||
let problemData = {
|
||||
id: this.$route.params.id,
|
||||
|
||||
Reference in New Issue
Block a user