From b0dc5400aaad8e7dff2fbe674d6c677b3a74187d Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 3 Jan 2025 10:23:09 +0800 Subject: [PATCH] =?UTF-8?q?Lugano=E8=84=BE=E8=84=8F=E6=B5=8B=E9=87=8Fbug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Lugano/QuestionList.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) }