From 2323cbdd2777cb0501a4b18a59674b23a424e7cc Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 16 Apr 2025 15:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E7=81=B6=E4=BF=9D=E5=AD=98=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E6=97=B6=E5=85=B3=E9=97=AD=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/mRecist/QuestionList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue index a0916f2a..6474bca2 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue @@ -1290,6 +1290,7 @@ export default { this.$message.success(this.$t('common:message:savedSuccessfully')) this.getTableQuestions() this.$emit('getAnnotations', this.visitTaskId) + this.activeName = '' } loading.close() },