1
continuous-integration/drone/push Build is passing Details

main
caiyiling 2026-01-30 18:08:55 +08:00
parent 742b60bba2
commit 0d2bfa8d82
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}) // 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 () => {
@ -1107,6 +1107,7 @@ export default {
// const errorMsg = { message: 'annotation Not allowed to operate' } // const errorMsg = { message: 'annotation Not allowed to operate' }
// throw errorMsg // throw errorMsg
// } // }
this.$emit('getMarkedFileIds', { type: "remove", visitTaskId: this.taskInfo.VisitTaskId, fileId: annotation.noneDicomFileId})
} catch (err) { } catch (err) {
cornerstoneTools.annotation.state.addAnnotation(annotation) cornerstoneTools.annotation.state.addAnnotation(annotation)
const renderingEngine = getRenderingEngine(renderingEngineId) const renderingEngine = getRenderingEngine(renderingEngineId)