|  | @@ -368,8 +368,8 @@ export default {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              } else {
 | 
	
		
			
				|  |  |                  if (row) {
 | 
	
		
			
				|  |  | -                    this.$set(this.rowFrom,'secondLevel',row.id)
 | 
	
		
			
				|  |  | -                    this.$set(this.rowFrom,'secondLevelName',row.cnName)
 | 
	
		
			
				|  |  | +                    this.$set(this.rowFrom,'fieldValueNew',row.id)
 | 
	
		
			
				|  |  | +                    this.$set(this.rowFrom,'fieldValueNewName',row.cnName)
 | 
	
		
			
				|  |  |                      // this.rowFrom.fieldValueNew = row.id
 | 
	
		
			
				|  |  |                      // this.rowFrom.fieldValueNewName = row.cnName
 | 
	
		
			
				|  |  |                  } else {
 |