zhangweicheng hace 5 años
padre
commit
667f5e53ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/main/facade/project_facade.js

+ 1 - 1
modules/main/facade/project_facade.js

@@ -843,7 +843,7 @@ async function getProjectGLJPrice(projectID, unitPriceFileId, property) {
     let tenderCoe = gljUtil.getTenderPriceCoe(glj, property);
     let result = gljUtil.getGLJPrice(glj, {
       gljList: gljList
-    }, calcOptions, labourCoeDatas, decimalObj, false,tenderCoe,true));
+    }, calcOptions, labourCoeDatas, decimalObj, false,tenderCoe,true);
     glj.marketPrice = result.marketPrice;
     glj.basePrice = result.basePrice;
   }