shawenguan 2 years ago
parent
commit
9156b3e7cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Scripts/gandart/gandartComposite.js

+ 1 - 0
Scripts/gandart/gandartComposite.js

@@ -378,6 +378,7 @@ async function checkGetCompositeTaskList(status) {
         taskLst = getCompositeTaskListByCache(status);
     } else {
         taskLst = await getCompositeTaskListByServer(status);
+        lk.log(JSON.stringify(taskLst))
         cacheCompositeTaskList(status, taskLst);
     }
     return taskLst;