diff --git a/src/views/trials/trials-inspection/components/pull-image-list.vue b/src/views/trials/trials-inspection/components/pull-image-list.vue index 7a62e22..5887cf9 100644 --- a/src/views/trials/trials-inspection/components/pull-image-list.vue +++ b/src/views/trials/trials-inspection/components/pull-image-list.vue @@ -180,6 +180,14 @@ > {{ $t('common:button:reset') }} + + + {{ $t('trials:inspection:button:pull') }} + @@ -193,8 +201,10 @@ height="100" @sort-change="handleSortByColumn" :default-sort="{ prop: 'StartTime', order: 'descending' }" + @selection-change="handleSelectionChange" > - + + item.StudyInstanceUID + ) } this.loading = true let res = await cmoveStudyList(data) @@ -488,6 +506,9 @@ export default { console.log(err) } }, + handleSelectionChange(val) { + this.multipleSelection = val + }, }, } \ No newline at end of file