|
@@ -189,7 +189,7 @@ class ReportMemoryMaterial {
|
|
});
|
|
});
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- const material = this.ctx.helper._.find(materials, {order: material_order});
|
|
|
|
|
|
+ material = this.ctx.helper._.find(materials, {order: material_order});
|
|
if (!material) return [];
|
|
if (!material) return [];
|
|
|
|
|
|
if (material.is_stage_self) {
|
|
if (material.is_stage_self) {
|