|  | @@ -561,7 +561,7 @@ $(document).ready(function() {
 | 
	
		
			
				|  |  |                          }
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  | -                if (col.field === 'node_type' && newValue && newValue !== '0') {
 | 
	
		
			
				|  |  | +                if (col.field === 'node_type' && newValue && newValue !== '0' && newValue !== '19') {
 | 
	
		
			
				|  |  |                      const sameNodeType = sortData.find(x => { return x.node_type == newValue; });
 | 
	
		
			
				|  |  |                      console.log(newValue, sameNodeType);
 | 
	
		
			
				|  |  |                      if (sameNodeType) {
 |