diff --git a/src/api/trials.js b/src/api/trials.js index bd16e812..3c367114 100644 --- a/src/api/trials.js +++ b/src/api/trials.js @@ -4453,7 +4453,7 @@ export function editPatientInfo(data) { //修正患者基本信息 export function amendmentPatientInfo(data) { return request({ - url: `/Study/amendmentPatientInfo`, + url: `/Inspection/Study/amendmentPatientInfo`, method: 'post', data }) diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue index d6da6e43..d270ade5 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue @@ -358,6 +358,19 @@ + +
+ {{ + $t('common:dialogTitle:sign') + }} + {{ + `(${$t('common:label:sign')}${currentUser})` + }} +
+ +