| 
					
				 | 
			
			
				@@ -28,7 +28,7 @@ var projectInfoObj = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 that.projectInfo = data; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 //init decimal 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 setDecimal(decimalObj, data.property.decimal); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                billsQuanDecimal.datas = data.property.billsQuantityDecimal; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                billsQuanDecimal.datas = data.property.billsQuantityDecimal || [billsDecimalView.angleDecimal]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $('#fullpath').html(that.getFullPathHtml(that.projectInfo)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }); 
			 |