Browse Source

后台下载上报汇总表

newDev
lzp 1 week ago
parent
commit
b8cf8e3ee8
  1. 2
      acupuncture-后台/src/views/report/manage.vue

2
acupuncture-后台/src/views/report/manage.vue

@ -385,7 +385,7 @@ export default {
managementId: row.id, managementId: row.id,
}).then((res) => { }).then((res) => {
if (res.data) { if (res.data) {
window.open(this.qzUrl + res.data.url); window.open(this.qzUrl + res.data);
} else { } else {
this.$modal.msgError("暂无上报汇总表"); this.$modal.msgError("暂无上报汇总表");
} }

Loading…
Cancel
Save