diff --git a/src/api/inspection.js b/src/api/inspection.js index a7f8675..e5f378f 100644 --- a/src/api/inspection.js +++ b/src/api/inspection.js @@ -188,4 +188,11 @@ export function cMoveVerify(data) { method: 'post', data }) +} +// 获取参加项目 +export function getUserJoinedTrialPatientList() { + return request({ + url: '/Patient/getUserJoinedTrialPatientList', + method: 'get', + }) } \ No newline at end of file diff --git a/src/views/trials/trials-inspection/components/pull-image-list.vue b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue similarity index 74% rename from src/views/trials/trials-inspection/components/pull-image-list.vue rename to src/views/trials/trials-inspection/components/pullImage/byPatient.vue index 634afaa..31d2fb5 100644 --- a/src/views/trials/trials-inspection/components/pull-image-list.vue +++ b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue @@ -1,59 +1,25 @@ - + \ No newline at end of file diff --git a/src/views/trials/trials-inspection/components/pullImage/index.vue b/src/views/trials/trials-inspection/components/pullImage/index.vue new file mode 100644 index 0000000..52d2c4e --- /dev/null +++ b/src/views/trials/trials-inspection/components/pullImage/index.vue @@ -0,0 +1,71 @@ + + + \ No newline at end of file diff --git a/src/views/trials/trials-inspection/index.vue b/src/views/trials/trials-inspection/index.vue index d33e0b1..67086f0 100644 --- a/src/views/trials/trials-inspection/index.vue +++ b/src/views/trials/trials-inspection/index.vue @@ -5,77 +5,33 @@ - + - + - - - + + + - - - + + + - + - + @@ -84,11 +40,7 @@ {{ $t('common:button:search') }} - + {{ $t('common:button:reset') }} @@ -100,11 +52,8 @@ - + {{ $t('common:button:pull') }} @@ -113,103 +62,51 @@ - \ No newline at end of file + \ No newline at end of file