Ver código fonte

fix: 在新清单中插入定额,项目工料机不刷新问题

zhangweicheng 4 anos atrás
pai
commit
bf262fd09b
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      web/building_saas/main/js/models/project.js

+ 1 - 0
web/building_saas/main/js/models/project.js

@@ -556,6 +556,7 @@ var PROJECT = {
                           d.data.feesIndex = getFeeIndex(d.data.fees);
                       }
                       if(d.type == ModuleNames.ration) this.Ration.datas.push(d.data);
+                      if(d.type == ModuleNames.bills) this.Bills.datas.push(d.data);
                       reclacQuantity = true;
                       addNodeDatas.push(d);
                   }else {