|  | @@ -824,7 +824,7 @@ var projectObj = {
 | 
	
		
			
				|  |  |                  let quantityTime = +new Date();
 | 
	
		
			
				|  |  |                  console.log(`计算quantity时间——${quantityTime - mTime}`);
 | 
	
		
			
				|  |  |                  that.project.property = projectInfoObj.projectInfo.property;
 | 
	
		
			
				|  |  | -                if (overwriteRationCalcBases)
 | 
	
		
			
				|  |  | +                if (typeof overwriteRationCalcBases === 'function')
 | 
	
		
			
				|  |  |                      overwriteRationCalcBases(that.project.property.taxType);
 | 
	
		
			
				|  |  |                  //that.project.calcProgram.compileAllTemps();
 | 
	
		
			
				|  |  |                  that.project.calcBase.init(that.project);
 |