MaiXinRong 3 年 前
コミット
adfb2686e6
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/lib/analysis_excel.js

+ 1 - 0
app/lib/analysis_excel.js

@@ -672,6 +672,7 @@ class AnalysisExcelTree {
                 this.checkColHeader(row);
             }
         }
+        return this.cacheTree;
     }
 }