MaiXinRong пре 5 месеци
родитељ
комит
f7abf798fe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/lib/budget_final.js

+ 1 - 1
app/lib/budget_final.js

@@ -307,8 +307,8 @@ class BudgetFinal {
         }
         }
         await this._loadZb(budget);
         await this._loadZb(budget);
         await this._loadYu(budget);
         await this._loadYu(budget);
-        await this._loadGu(budget);
         await this._loadGai(budget);
         await this._loadGai(budget);
+        await this._loadGu(budget);
         this._afterLoad();
         this._afterLoad();
         return this.getFinalData();
         return this.getFinalData();
     }
     }