diff --git a/src/api/inspection.js b/src/api/inspection.js index f480a30..227f4f4 100644 --- a/src/api/inspection.js +++ b/src/api/inspection.js @@ -125,4 +125,13 @@ export function DeletePatientStudyAllData(params) { method: 'delete', params }) +} + +// 删除检查 +export function deletePatientStudy(params) { + return request({ + url: '/Patient/deletePatientStudy', + method: 'delete', + params + }) } \ No newline at end of file diff --git a/src/views/trials/trials-inspection/components/view-study-list.vue b/src/views/trials/trials-inspection/components/view-study-list.vue index 6ca3504..7f9ccb9 100644 --- a/src/views/trials/trials-inspection/components/view-study-list.vue +++ b/src/views/trials/trials-inspection/components/view-study-list.vue @@ -139,6 +139,13 @@ :title="$t('trials:inspection:button:image')" @click.stop="image(scope.row)" /> + +