Compare commits

..

No commits in common. "aca5b0c7213e094ec4f2fa60b1db67acfeeaa4b6" and "ec6a72e143a60a83fbde3f3a27c334a22e5f3212" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -1301,7 +1301,6 @@ export default {
annotations.map(i => {
if (i.MeasureData) {
const annotation = i.MeasureData
annotation.highlighted = false
cornerstoneTools.annotation.state.addAnnotation(annotation)
if (this.visitTaskList[taskIdx].ReadingTaskState === 2) {
cornerstoneTools.annotation.locking.setAnnotationLocked(annotation.annotationUID)

View File

@ -245,7 +245,7 @@
:title="additionalAssessmentsDig.title"
width="600px"
>
<additional-assessment
<AdditionalAssessment
:questions="assessmentQuestions"
:visit-task-id="visitTaskId"
@close="additionalAssessmentsDig.visible = false"
@ -440,7 +440,7 @@ export default {
} else {
filterArr = [3, 4, 5, 6, 2, 8, 10, 7, 1106, 1105]
}
if ((lesionType === 0 || lesionType === 5) && isLymphNodes === 0 && !this.isShowDetail && (this.criterionType === 1 || this.criterionType === 3 || this.criterionType === 7 || this.criterionType === 17)) {
if ((lesionType === 0 || lesionType === 5) && isLymphNodes === 0 && !this.isShowDetail && (this.criterionType === 1 || this.criterionType === 3 || this.criterionType === 17)) {
filterArr.push(1)
}
@ -502,7 +502,7 @@ export default {
obj.QuestionName = `${obj.QuestionName} (${item.ReportMark})`
}
if (this.criterionType === 1 || this.criterionType === 3 || this.criterionType === 7 || this.criterionType === 17) {
if (this.criterionType === 1 || this.criterionType === 3 || this.criterionType === 17) {
var idxLymphNode = item.Childrens.findIndex(i => i.QuestionMark === 2)
if (idxLymphNode > -1) {
isLymphNodes = item.Childrens[idxLymphNode].Answer[k].Answer ? parseInt(item.Childrens[idxLymphNode].Answer[k].Answer) : null