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

Loading…
Cancel
Save