分割标记缓存问题
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2026-04-30 15:24:33 +08:00
parent 52f9c17234
commit cd2df6e576
1 changed files with 3 additions and 2 deletions

View File

@ -231,6 +231,7 @@ export default {
})
DicomEvent.$on('renderSegmentation', async (viewportId) => {
// if (this.curSegSeries.Id !== this.series.Id || this.curSegSeries.VisitTaskId !== this.series.VisitTaskId) return false
if (!this.isMPR) return false
if (this.viewportId !== viewportId) return false
await renderSegmentation(this.series, this.series.TaskInfo, this.viewportId, this.SegmentConfig, this.renderingEngineId, null, this.actionConfiguration, this.segmentationId, this.segmentIndex)
})