shawenguan 2 năm trước cách đây
mục cha
commit
b619a0da0e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {