在阅片人选择影像质量为PET-CT影像无法融合后,保存时,弹框提示
parent
c04aaf2db6
commit
d8401d57f7
|
@ -314,7 +314,14 @@ export default {
|
||||||
this.$alert(this.$t('trials:lugano:saveQuestions:warning1'))
|
this.$alert(this.$t('trials:lugano:saveQuestions:warning1'))
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
this.saveQuestionsList()
|
// 如果设置为PET-CT影像无法融合,则FDG-PET评估会被设置为NE。
|
||||||
|
this.$confirm(this.$t('trials:lugano:saveQuestions:warning2'), {
|
||||||
|
type: 'warning',
|
||||||
|
distinguishCancelAndClose: true
|
||||||
|
})
|
||||||
|
.then(() => {
|
||||||
|
this.saveQuestionsList()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.saveQuestionsList()
|
this.saveQuestionsList()
|
||||||
|
|
Loading…
Reference in New Issue