MaiXinRong преди 2 години
родител
ревизия
0ae9e818a4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/lib/rm/material.js

+ 1 - 1
app/lib/rm/material.js

@@ -189,7 +189,7 @@ class ReportMemoryMaterial {
                 });
             }
         } 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.is_stage_self) {