没有信息,从保单中获取
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -237,7 +237,7 @@ export default { | ... | @@ -237,7 +237,7 @@ export default { |
| 237 | sid: true, | 237 | sid: true, |
| 238 | data: { | 238 | data: { |
| 239 | key: item.key, | 239 | key: item.key, |
| 240 | name: item.bizNo + "-" + this.i18n.eCorrespondenceEnquiry.letterName + ".pdf" | 240 | name: item.policyCode + "-" + this.i18n.eCorrespondenceEnquiry.letterName + ".pdf" |
| 241 | } | 241 | } |
| 242 | }).then(res => { | 242 | }).then(res => { |
| 243 | if (res) { | 243 | if (res) { | ... | ... |
-
Please register or sign in to post a comment