shawenguan 2 éve
szülő
commit
b619a0da0e
1 módosított fájl, 1 hozzáadás és 1 törlés
  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) {