mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 21:52:53 +08:00
提交
This commit is contained in:
@@ -172,10 +172,10 @@ export default {
|
||||
if (res.result == '0') {
|
||||
res.orderDTO.ebizSignDTOS.map(item => {
|
||||
if (item.documentCode == '2') {
|
||||
this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${item.policyUrl}`)
|
||||
if (item.signType == '0') {
|
||||
that.appntSign = item
|
||||
// this.policyUrl = item.policyUrl
|
||||
this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${item.policyUrl}`)
|
||||
} else if (item.signType == '1') {
|
||||
that.insuredSign = item
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user