健康报告下载名称修改,打卡相关接口优化

This commit is contained in:
xiezhijun
2021-03-24 17:16:36 +08:00
parent 127495e12d
commit 23015d814c
6 changed files with 444 additions and 308 deletions

View File

@ -785,7 +785,8 @@ export default {
})
.then((response) => {
if (response.code == 200 && response.path != null) {
this.download(response.path);
//文件路径、获取下载文件名称
this.download(response.path, response.downReportFileName);
}
})
.catch(function () {});