MaiXinRong 2 miesięcy temu
rodzic
commit
f7abf798fe
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
     }
     }