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

uat
wangxiaoshuang 2025-08-08 17:34:56 +08:00
parent 42652cd9ee
commit 7c06c94177
1 changed files with 2 additions and 2 deletions

View File

@ -317,8 +317,8 @@ export default {
}
if (study.SeriesList.length > 0) {
study.SeriesList.forEach((series) => {
if (series.InstancePathList.length > 0) {
series.InstancePathList.forEach((instance) => {
if (series.InstanceList.length > 0) {
series.InstanceList.forEach((instance) => {
let fileName = instance.Path.split('/').pop()
if (instance.FileName) {
fileName = instance.FileName