caiyiling 2026-01-30 18:02:52 +08:00
parent e491265bb4
commit 536fc7bbc8
1 changed files with 2 additions and 1 deletions

View File

@ -1057,7 +1057,7 @@ export default {
// //
return return
} }
this.$emit('getMarkedFileIds', { type: "remove", visitTaskId: this.taskInfo.VisitTaskId, fileId: annotation.noneDicomFileId})
if (annotation.visitTaskId === this.taskInfo.VisitTaskId) { if (annotation.visitTaskId === this.taskInfo.VisitTaskId) {
this.$emit('getEcrf', { type: "verifyAnnotationIsBound", VisitTaskId: annotation.visitTaskId, annotation }) this.$emit('getEcrf', { type: "verifyAnnotationIsBound", VisitTaskId: annotation.visitTaskId, annotation })
this.$nextTick(async () => { this.$nextTick(async () => {
@ -1102,6 +1102,7 @@ export default {
viewport.render() viewport.render()
} }
} }
this.$emit('getMarkedFileIds', { type: "remove", visitTaskId: this.taskInfo.VisitTaskId, fileId: annotation.noneDicomFileId})
// else { // else {
// console.log(1234567) // console.log(1234567)
// const errorMsg = { message: 'annotation Not allowed to operate' } // const errorMsg = { message: 'annotation Not allowed to operate' }