|  | @@ -692,9 +692,8 @@ export default {
 | 
	
		
			
				|  |  |      //返回列表
 | 
	
		
			
				|  |  |      backToList() {
 | 
	
		
			
				|  |  |        console.log(contrastObj(this.form,this.oldform))
 | 
	
		
			
				|  |  | -      
 | 
	
		
			
				|  |  |        console.log(contrastList(this.orderFeesList,this.olddata))
 | 
	
		
			
				|  |  | -      // this.$emit("goBack");
 | 
	
		
			
				|  |  | +      this.$emit("goBack");
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      openReport() {
 | 
	
		
			
				|  |  |        this.switchDialog = !this.switchDialog;
 |