MaiXinRong 4 rokov pred
rodič
commit
02a04bd28b

+ 1 - 1
app/public/js/shares/gcl_gather_compare.js

@@ -338,7 +338,7 @@ const gclCompareModel = (function () {
     function gatherLedgerData(bills, pos, setting) {
         ledgerSetting = setting;
         try {
-            if (leafXmjs.length > 0) leafXmjs.length = 0;
+            //if (leafXmjs.length > 0) leafXmjs.length = 0;
             gsTree = createNewPathTree('ledger', setting.tree);
             gsTree.loadDatas(bills);
             const gsPos = new PosData(setting.pos);