|
|
@@ -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;
|