在阅片人选择影像质量为PET-CT影像无法融合后,保存时,弹框提示

uat_us
caiyiling 2024-04-11 14:22:04 +08:00
parent c04aaf2db6
commit d8401d57f7
1 changed files with 8 additions and 1 deletions

View File

@ -314,7 +314,14 @@ export default {
this.$alert(this.$t('trials:lugano:saveQuestions:warning1'))
return
} else {
this.saveQuestionsList()
// PET-CTFDG-PETNE
this.$confirm(this.$t('trials:lugano:saveQuestions:warning2'), {
type: 'warning',
distinguishCancelAndClose: true
})
.then(() => {
this.saveQuestionsList()
})
}
} else {
this.saveQuestionsList()