提示优化及影像评估设置pet 5PS评分问题修复

uat_us
caiyiling 2024-04-18 14:25:40 +08:00
parent 967edf7378
commit 138ea2cfb8
2 changed files with 7 additions and 3 deletions

View File

@ -456,11 +456,11 @@ export default {
const suvMax = measurement.suvMax
if(this.questionForm[obj.QuestionId] !== suvMax){
this.setPet5PSCommentDisplay()
this.$set(this.questionForm, obj.QuestionId, suvMax || null)
var pet5PS = this.setpet5PS()
this.questionForm[this.pet5PSId] = pet5PS
this.calculatePet5PS = pet5PS
this.setPet5PSCommentDisplay()
this.$set(this.questionForm, obj.QuestionId, suvMax || null)
}
}
FusionEvent.$emit('addOrUpdateAnnotations', { data })

View File

@ -311,7 +311,11 @@ export default {
// PET-CT
const res = await getCanChooseNotMerge({ visitTaskId: this.visitTaskId })
if (res.IsSuccess && !res.Result.IsCanChooseNotMerge) {
this.$alert(this.$t('trials:lugano:saveQuestions:warning1'))
// this.$alert(this.$t('trials:lugano:saveQuestions:warning1'), this.$t('trials:lugano:fusionDialog:warning'), {showCancelButton: false})
this.$alert(this.$t('trials:lugano:saveQuestions:warning1'), this.$t('trials:lugano:fusionDialog:warning'), {
showCancelButton: false,
callback: action => {}
})
return
} else {
// PET-CTFDG-PETNE