|  | @@ -1414,9 +1414,8 @@ export default {
 | 
	
		
			
				|  |  |          };
 | 
	
		
			
				|  |  |          pleaseCheck(data).then(res => {
 | 
	
		
			
				|  |  |            this.$message.success("请核成功");
 | 
	
		
			
				|  |  | -          if (this.detailData.status == 1) {
 | 
	
		
			
				|  |  | -            this.option.disabled = true;
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  | +          this.detailData.status = 1;
 | 
	
		
			
				|  |  | +          this.option.disabled = true;
 | 
	
		
			
				|  |  |            this.getDetail(this.form.id);
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |        });
 |