|  | @@ -1841,6 +1841,7 @@ export default {
 | 
	
		
			
				|  |  |          }).then(() => {
 | 
	
		
			
				|  |  |            sendACarCollection(row).then(res => {
 | 
	
		
			
				|  |  |              this.$message.success('操作成功');
 | 
	
		
			
				|  |  | +            this.$refs.crudBoxTwo.rowCell(row, index)
 | 
	
		
			
				|  |  |              this.refreshData()
 | 
	
		
			
				|  |  |            })
 | 
	
		
			
				|  |  |          }).catch(() => {
 | 
	
	
		
			
				|  | @@ -1848,8 +1849,8 @@ export default {
 | 
	
		
			
				|  |  |              type: 'info',
 | 
	
		
			
				|  |  |              message: '已取消'
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  | +          this.$refs.crudBoxTwo.rowCell(row, index)
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  | -        this.$refs.crudBoxTwo.rowCell(row, index)
 | 
	
		
			
				|  |  |        }else {
 | 
	
		
			
				|  |  |          this.entrustOptionTwoT.column.forEach(item=>{
 | 
	
		
			
				|  |  |            if (item.prop === 'plateNo'){
 |