diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue index 7330b60e..5aff1168 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue @@ -561,10 +561,13 @@ export default { }) }) }) - }) + }) await store.dispatch('reading/refreshMeasuredData', this.visitTaskId) DicomEvent.$emit('getMeasureData') - this.$refs['ecrf3'].getQuestions(this.visitTaskId) + await store.dispatch('reading/refreshDicomReadingQuestionAnswer', { trialId: this.$route.query.trialId, visitTaskId: this.visitTaskId }) + this.$refs['ecrf'].getQuestions(this.visitTaskId, true) + this.$refs['ecrf2'].getQuestions(this.visitTaskId, true) + this.$refs['ecrf3'].getQuestions(this.visitTaskId, true) loading.close() resolve() } catch (e) { console.log(e) }