From 1f3cb0284afb9a2a03a80e8e271e2330b3e73342 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 29 Mar 2024 09:14:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=8F=90=E7=A4=BA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Fusion/Questions.vue | 6 +++--- .../reading/dicoms/components/Fusion/TableQuestionItem.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue index 0b4b2cf4..17f09335 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue @@ -293,7 +293,7 @@ export default { // questionMarkInfoList } saveImageQuality(params).then(async res => { - this.$message.success(this.$t('common:message:savedSuccessfully')) + this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 1000 }) window.opener.postMessage({ type: 'petctLesionUpdate' }, window.location) this.loading = false this.questionFormChangeState = false @@ -360,7 +360,7 @@ export default { // 当前标记在图像外 this.$alert(this.$t('trials:reading:lugano:warnning:outsideVolume'), this.$t('trials:lugano:fusionDialog:warning'), { callback: action => { - + } }) return @@ -401,7 +401,7 @@ export default { questionMarkInfoList } saveImageQuality(params).then(async res => { - this.$message.success(this.$t('common:message:savedSuccessfully')) + this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 1000 }) loading.close() this.$set(question, 'SaveEnum', 0) window.opener.postMessage({ type: 'petctLesionUpdate' }, window.location) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/TableQuestionItem.vue b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/TableQuestionItem.vue index 41e22c99..4150b260 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/TableQuestionItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/TableQuestionItem.vue @@ -849,7 +849,7 @@ export default { } submitTableQuestion(params).then(async res => { // 保存成功! - this.$message.success(this.$t('common:message:savedSuccessfully')) + this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 1000 }) this.currentMarkTool = otherMeasureData ? otherMeasureData.type : '' // saveTypeEnum 0:未保存过(新建病灶);1:已保存,信息不完整(随访初始化病灶/分裂病灶,通过状态判断);2:已保存,信息完整