shawenguan 2 лет назад
Родитель
Сommit
b619a0da0e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Scripts/gandart/gandartComposite.js

+ 1 - 1
Scripts/gandart/gandartComposite.js

@@ -453,7 +453,7 @@ function cacheCompositeTaskList(status, taskLst) {
         };
         simpleLst.push(item);
     }
-    let jsonStr = JSON.stringify(taskLst, null, 2);
+    let jsonStr = JSON.stringify(simpleLst, null, 2);
     if (status == 0) {
         lk.setVal(GandartConstKey.CompositeTaskList0, jsonStr);
     } else if (status == 1) {