diff --git a/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue b/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue index 082fef7d..c2a612b1 100644 --- a/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue +++ b/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue @@ -33,7 +33,7 @@ :label="$t('trials:trialDocument:entryRecord:search:auditorRole')" > { return { Code: null, - OptUserType: null, + UserTypeEnum: null, OptUserName: null, OptStartTime: null, OptEndTime: null,