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();
     }
     }