diff --git a/src/api/trials.js b/src/api/trials.js index 1a974b52..ba8d97a6 100644 --- a/src/api/trials.js +++ b/src/api/trials.js @@ -3600,4 +3600,11 @@ export function getReadingCalculationData(param) { }) } +export function getTrialSignDocumentList(param) { + return request({ + url: `/TrialDocument/getTrialSignDocumentList?IsSigned=true&PageIndex=${param.pageIndex}&PageSize=${param.pageSize}`, + method: 'get' + }) +} + diff --git a/src/views/trials/trials-workbench/components/NeedSignedTrialDoc.vue b/src/views/trials/trials-workbench/components/NeedSignedTrialDoc.vue index ed0abda1..d8c18a5d 100644 --- a/src/views/trials/trials-workbench/components/NeedSignedTrialDoc.vue +++ b/src/views/trials/trials-workbench/components/NeedSignedTrialDoc.vue @@ -102,7 +102,7 @@