MaiXinRong 3 anni fa
parent
commit
adfb2686e6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/lib/analysis_excel.js

+ 1 - 0
app/lib/analysis_excel.js

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