瀏覽代碼

招标预算,造价对比问题

MaiXinRong 1 年之前
父節點
當前提交
e8c7498876
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/lib/budget_final.js

+ 1 - 1
app/lib/budget_final.js

@@ -135,7 +135,7 @@ class BudgetFinal {
 
     async _loadZb(budget) {
         const helper = this.ctx.helper;
-        const zb = await this.ctx.service.budgetYu.getData(budget.id);
+        const zb = await this.ctx.service.budgetZb.getData(budget.id);
         const zbTree = new BillsTree(this.ctx, { id: 'tree_id', pid: 'tree_pid', order: 'order', level: 'level', rootId: -1, calcFields: ['total_price'] });
         zbTree.loadDatas(zb);
         zbTree.calculateAll();