ivus添加下载模板及oct标准更改

This commit is contained in:
2024-09-23 16:47:57 +08:00
parent b4d4fffd71
commit 43f49a36c0
6 changed files with 691 additions and 826 deletions
+9 -1
View File
@@ -1,5 +1,5 @@
import request from '@/utils/request'
import requestDownload from '@/utils/request-download'
export function addBaseLineLesion(param) {
return request({
url: '/report/addBaseLineLesion',
@@ -201,3 +201,11 @@ export function getTaskUploadedDicomStudyList(param) {
data: param
})
}
export function getIVUSTemplate(param) {
return requestDownload({
url: '/IVUSCalculate/getIVUSTemplate',
method: 'post',
responseType: 'blob',
data: param
})
}