健康报告下载名称修改,打卡相关接口优化
This commit is contained in:
@ -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 () {});
|
||||
|
Reference in New Issue
Block a user