Browse Source

下载投保资料api修改。

tomatozq 5 years ago
parent
commit
357c2f45cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/insurancePolicy-issued.vue

+ 1 - 1
src/views/business/insurancePolicy-issued.vue

@@ -237,7 +237,7 @@ export default {
     },
     downloadFiles() {
       //window.open(Constant.serverUrl + "/pub/attachment/downloadIdCardZip?policyId="  + this.policyId);
-      approvalApi.downloadPdfZip(this.policyId);
+      approvalApi.downloadPolicyZip(this.policyId);
     },
     downloadPDF() {
       // approvalApi.downloadPolicyPDF(self.id, self.policyId).then(response => {