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) {