|
|
@@ -448,6 +448,7 @@ function calcCompositeGroups(materialSelLst) {
|
|
|
async function checkGetCompositeTaskList(status) {
|
|
|
let taskLst;
|
|
|
let useCache = lk.getVal(GandartConstKey.CompositeTaskListCache);
|
|
|
+ lk.log(`合成任务列表本地缓存:${useCache}`);
|
|
|
if (lk.isEmpty(useCache)) {
|
|
|
useCache = JSON.parse(useCache);
|
|
|
} else {
|