1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
42652cd9ee
commit
7c06c94177
|
@ -317,8 +317,8 @@ export default {
|
||||||
}
|
}
|
||||||
if (study.SeriesList.length > 0) {
|
if (study.SeriesList.length > 0) {
|
||||||
study.SeriesList.forEach((series) => {
|
study.SeriesList.forEach((series) => {
|
||||||
if (series.InstancePathList.length > 0) {
|
if (series.InstanceList.length > 0) {
|
||||||
series.InstancePathList.forEach((instance) => {
|
series.InstanceList.forEach((instance) => {
|
||||||
let fileName = instance.Path.split('/').pop()
|
let fileName = instance.Path.split('/').pop()
|
||||||
if (instance.FileName) {
|
if (instance.FileName) {
|
||||||
fileName = instance.FileName
|
fileName = instance.FileName
|
||||||
|
|
Loading…
Reference in New Issue