|
@@ -69,7 +69,7 @@ async function processImage() {
|
|
const indexInSliceUrls = store.currentTask.sliceUrls.indexOf(url) + 1;
|
|
const indexInSliceUrls = store.currentTask.sliceUrls.indexOf(url) + 1;
|
|
const image = images[indexInSliceUrls - 1];
|
|
const image = images[indexInSliceUrls - 1];
|
|
|
|
|
|
- const trackLists = store.currentTask.questionList
|
|
|
|
|
|
+ const trackLists = (store.currentTask.questionList || [])
|
|
.map((q) => q.trackList)
|
|
.map((q) => q.trackList)
|
|
.reduce((acc, t) => {
|
|
.reduce((acc, t) => {
|
|
acc = acc.concat(t);
|
|
acc = acc.concat(t);
|