diff --git a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue index 55995fce..95a49324 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue @@ -595,7 +595,7 @@ export default { picturePath: picturePath, markTool: measureData ? measureData.type : '' } - const res = await submitTaskRowInfo(params, 11) + const res = await submitTaskRowInfo(params, 13) if (res.IsSuccess) { // 保存成功! this.$message.success(this.$t('common:message:savedSuccessfully')) diff --git a/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue b/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue index 7d1ed7ed..dd1575f5 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue @@ -61,7 +61,9 @@