This commit is contained in:
皮伟
2019-11-02 21:19:20 +08:00
parent b21619e653
commit e5e47c77e9

View File

@@ -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 {