|  | @@ -1016,7 +1016,7 @@ var gljOprObj = {
 | 
	
		
			
				|  |  |        let [marketPrice,basePrice] = this.getParentPrice(subList,0,ratio,"delete");
 | 
	
		
			
				|  |  |        try {
 | 
	
		
			
				|  |  |          $.bootstrapLoading.start()
 | 
	
		
			
				|  |  | -        projectData = await ajaxPost('/glj/updateRatio', {id: ratio.mixRatioId,type:'delete',pid:ratio.parentGLJ.id,market_price: marketPrice,base_price: basePrice});
 | 
	
		
			
				|  |  | +        projectData = await ajaxPost('/glj/updateRatio', {id: ratio.mixRatioId,type:'delete',pid:ratio.parentGLJ.unit_price.id,market_price: marketPrice,base_price: basePrice});
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          //更新缓存
 | 
	
		
			
				|  |  |          let pk = gljUtil.getIndex(ratio.parentGLJ);
 |