|  | @@ -200,7 +200,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      openCheck(row) {
 | 
	
		
			
				|  |  |        if (row.checkType == 'CK') {
 | 
	
		
			
				|  |  | -        financingExcess({ id: this.form.id }).then(res => {
 | 
	
		
			
				|  |  | +        financingExcess({ id: row.corpId }).then(res => {
 | 
	
		
			
				|  |  |            if (res.data.data == '操作成功') {
 | 
	
		
			
				|  |  |              this.batch = false; //单条操作
 | 
	
		
			
				|  |  |              this.checkDialog = true;
 |