diff --git a/src/api/reading.js b/src/api/reading.js index 4bc72f32..42df353e 100644 --- a/src/api/reading.js +++ b/src/api/reading.js @@ -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 + }) +} diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue index 9a4b9097..2396454c 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue @@ -46,7 +46,7 @@
{{ item.QuestionName }}
-
+
@@ -82,7 +82,7 @@ :render-header="renderHeader" /> {{ $t('common:button:edit') }} - + {{ $t('common:button:delete') }} @@ -203,7 +203,7 @@ - diff --git a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue index 8938318a..6aae7ef4 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue @@ -29,8 +29,8 @@
-