MaiXinRong преди 7 месеца
родител
ревизия
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();
     }
     }