肝脏血池纵隔血池保存提示

uat_us
caiyiling 2024-03-29 09:44:16 +08:00
parent c7d362e1d0
commit 3083ee1e8b
1 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ export default {
FusionEvent.$emit('imageLocation', { otherMeasureData: otherMeasureData }) FusionEvent.$emit('imageLocation', { otherMeasureData: otherMeasureData })
}, },
saveAnnotation(question) { saveAnnotation(question) {
if (!this.lungIsInsideVolume || !this.liverIsInsideVolume) { if((question.QuestionType === 51 && !this.liverIsInsideVolume) || (question.QuestionType === 52 && !this.lungIsInsideVolume)){
// //
this.$alert(this.$t('trials:reading:lugano:warnning:outsideVolume'), this.$t('trials:lugano:fusionDialog:warning'), { this.$alert(this.$t('trials:reading:lugano:warnning:outsideVolume'), this.$t('trials:lugano:fusionDialog:warning'), {
callback: action => { callback: action => {
@ -404,8 +404,8 @@ export default {
saveImageQuality(params).then(async res => { saveImageQuality(params).then(async res => {
this.$set(question, 'SaveEnum', 0) this.$set(question, 'SaveEnum', 0)
window.opener.postMessage({ type: 'petctLesionUpdate' }, window.location) window.opener.postMessage({ type: 'petctLesionUpdate' }, window.location)
this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 2000 })
loading.close() loading.close()
this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 2000 })
}).catch(() => { }).catch(() => {
loading.close() loading.close()