From a2d06ba72f65cd9af8a827bb71e24df16dc918f5 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 23 Jan 2025 10:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=B8=A7=E5=85=B3=E9=94=AE=E5=BA=8F?= =?UTF-8?q?=E5=88=97=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/reading.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/modules/reading.js b/src/store/modules/reading.js index bf714331..e3a7eb1b 100644 --- a/src/store/modules/reading.js +++ b/src/store/modules/reading.js @@ -888,6 +888,7 @@ const actions = { imageIds.push(imageId) }) } else if (study.IsCriticalSequence && instance.KeyFramesList.length === 0) { + // 兼容保存标记数据未存NumberOfFrames的情况,按序列展示 for (let i = 0; i < instance.NumberOfFrames; i++) { const imageId = `wadouri:${localStorage.getItem('location') !== 'USA' ? Vue.prototype.OSSclientConfig.basePath : Vue.prototype.OSSclientConfig.basePath}${instance.Path}?frame=${i}&instanceId=${instance.Id}&visitTaskId=${obj.visitTaskId}&idx=${studyIndex}|${seriesIndex}|${index}` imageIds.push(imageId)