【自保件需求】--- 修改documentCode

This commit is contained in:
dwq
2021-09-16 15:12:27 +08:00
parent aac64868e8
commit 7124f14847

View File

@@ -267,7 +267,7 @@ export default {
getOrderDetail(data).then(res => {
if (res.result == '0') {
res.orderDTO.ebizSignDTOS.map(item => {
if (item.documentCode == '2') {
if (item.documentCode == '10') {
this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${item.policyUrl}`)
this.pdfName = item.documentName
if (item.signType == '0') {