diff --git a/SC-web/src/views/scm/basicInformation/paymentdoc/index.vue b/SC-web/src/views/scm/basicInformation/paymentdoc/index.vue index 74f1c319..c1de4372 100644 --- a/SC-web/src/views/scm/basicInformation/paymentdoc/index.vue +++ b/SC-web/src/views/scm/basicInformation/paymentdoc/index.vue @@ -152,13 +152,13 @@ align="center" sortable="custom" /> - + - + - + {}); }, downPayment() { - if (!this.multipleSelectionItem.length) { + if (!this.multipleSelectionItemt.length) { this.$message({ type: "error", message: "请选择一条数据", @@ -579,8 +579,9 @@ export default { return; } this.multipleSelectionItem.forEach((item, index) => { - let url = "/api/info/getPaymentDocPdf/" + item.id; - this.jnpf.downloadFile(url); + //console.log(this.$store.getters.token); + let url = "/api/info/getPaymentDocPdf/" + item.id+"?token="+this.$store.getters.token; + this.jnpf.downloadFile(url); }); }, handleSelectionChange(val) {