影像质量评估设置为不正常重置病灶不可评估过滤标准
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-09-06 11:36:58 +08:00
parent b7a19c2581
commit 1274af3e48
1 changed files with 2 additions and 1 deletions

View File

@ -374,7 +374,8 @@ export default {
DicomEvent.$emit('getReportInfo', true) DicomEvent.$emit('getReportInfo', true)
// DicomEvent.$emit('readingPageUpdate', {}) // DicomEvent.$emit('readingPageUpdate', {})
var idx = this.visitTaskList.findIndex(i => i.VisitTaskId === this.visitTaskId) var idx = this.visitTaskList.findIndex(i => i.VisitTaskId === this.visitTaskId)
if (idx > -1 && !this.visitTaskList[idx].IsBaseLineTask) { let criterionType = parseInt(localStorage.getItem('CriterionType'))
if (idx > -1 && !this.visitTaskList[idx].IsBaseLineTask && (criterionType === 1 || criterionType === 2 || criterionType === 3 || criterionType === 17)) {
if (parseInt(imageQuality) === 2) { if (parseInt(imageQuality) === 2) {
this.$confirm(this.$t('trials:reading:warnning:unableEvaluate'), '', { this.$confirm(this.$t('trials:reading:warnning:unableEvaluate'), '', {
type: 'warning' type: 'warning'