|
@@ -1075,7 +1075,7 @@ var gljOprObj = {
|
|
|
|
|
|
try {
|
|
|
$.bootstrapLoading.start()
|
|
|
- projectData = await ajaxPost('/glj/updateRatio', {id: ratio.mixRatioId, doc:doc,pid:ratio.parentGLJ.id,market_price: marketPrice,base_price: basePrice});
|
|
|
+ projectData = await ajaxPost('/glj/updateRatio', {id: ratio.mixRatioId, doc:doc,pid:ratio.parentGLJ.unit_price.id,market_price: marketPrice,base_price: basePrice});
|
|
|
|
|
|
//更新缓存
|
|
|
let pk = gljUtil.getIndex(ratio.parentGLJ);
|