Ver código fonte

fix: 承包人主要材料设备_变值权重B接口,后端缺少返回值

zhangweicheng 4 anos atrás
pai
commit
bf3756c20c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      public/gljUtil.js

+ 1 - 1
public/gljUtil.js

@@ -79,5 +79,5 @@ function getTenderPriceCoe(glj,tproperty){
 }
 }
 
 
 function getPriceCoeDatas(pgljList, contractorList, totalFee, tprojectProperty,_,scMathUtil){
 function getPriceCoeDatas(pgljList, contractorList, totalFee, tprojectProperty,_,scMathUtil){
-    gljNodeUtil.getPriceCoeDatas(pgljList, contractorList, totalFee, tprojectProperty,_,scMathUtil);
+   return gljNodeUtil.getPriceCoeDatas(pgljList, contractorList, totalFee, tprojectProperty,_,scMathUtil);
 }
 }