Browse Source

修改类型附件下载报错

new^2
liuzhipeng 1 week ago
parent
commit
0e7cf88345
  1. 4
      acupuncture-后台/src/views/report/type.vue

4
acupuncture-后台/src/views/report/type.vue

@ -273,6 +273,7 @@ export default {
},
tenantsData: [],
fileList: [],
qzUrl: process.env.VUE_APP_API_QZURL, //
};
},
created() {
@ -280,6 +281,9 @@ export default {
this.getTenantsList();
},
methods: {
handleDownload(row) {
window.open(this.qzUrl + row.file);
},
handleRemove(file, fileList) {
this.form.file = "";
this.fileList = [];

Loading…
Cancel
Save