| 
					
				 | 
			
			
				@@ -420,6 +420,7 @@ $(document).ready(function() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 filingObj.expandFiling(node, false); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             beforeDrop: function(key, nodes, target, moveType, isCopy) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if (!canFiling) return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (!target) return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (nodes[0].level < 1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     toastr.error('顶层节点请勿移动'); 
			 |