|
|
@@ -360,7 +360,7 @@ function calcCompositeGroups(materialSelLst) {
|
|
|
const materialInfo = transArr[index][i];
|
|
|
resultTmp[index] = materialInfo;
|
|
|
const castingId = materialInfo.castingId;
|
|
|
- materiaDict[castingId] = materialInfo;
|
|
|
+ materialDict[castingId] = materialInfo;
|
|
|
|
|
|
if (index != transArr.length - 1) {
|
|
|
lk.log("array#" + index);
|