|  | @@ -4755,8 +4755,10 @@ export default {
 | 
	
		
			
				|  |  |            if (data.code === 200) {
 | 
	
		
			
				|  |  |              this.browseStatus = false;
 | 
	
		
			
				|  |  |              this.msgSuccess("撤销成功");
 | 
	
		
			
				|  |  | -            if (status) {
 | 
	
		
			
				|  |  | +            if (status == 'warehouse_status') {
 | 
	
		
			
				|  |  |                this.$set(this.form, "warehouseStatus", 2);
 | 
	
		
			
				|  |  | +            } else if (status == 'f_billstatus') {
 | 
	
		
			
				|  |  | +              this.$set(this.form, "fBillstatus", 2);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          });
 | 
	
	
		
			
				|  | @@ -5938,6 +5940,7 @@ export default {
 | 
	
		
			
				|  |  |            if (data.code === 200) {
 | 
	
		
			
				|  |  |              this.browseStatus = false;
 | 
	
		
			
				|  |  |              this.msgSuccess("撤销成功");
 | 
	
		
			
				|  |  | +            this.$set(this.form, "fBillstatus", 2);
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |        });
 |