|  | @ -351,8 +351,6 @@ export default { | 
		
	
		
			
				|  |  |           const selectedKey = this.$refs.smartTree.getCurrentNode() |  |  |           const selectedKey = this.$refs.smartTree.getCurrentNode() | 
		
	
		
			
				|  |  |           const selectedParentVal = this.$refs.smartTree.getNode(selectedKey).parent.data.dicCode |  |  |           const selectedParentVal = this.$refs.smartTree.getNode(selectedKey).parent.data.dicCode | 
		
	
		
			
				|  |  |           this.treeCurrentNode = ele.$el |  |  |           this.treeCurrentNode = ele.$el | 
		
	
		
			
				|  |  |           if (ele.$el.classList.contains('is-current')) { |  |  |  | 
		
	
		
			
				|  |  |             this.treeCurrentNode.classList.remove('is-current') |  |  |  | 
		
	
		
			
				|  |  |           this.smartQuery = { |  |  |           this.smartQuery = { | 
		
	
		
			
				|  |  |             'archiveYear': null, |  |  |             'archiveYear': null, | 
		
	
		
			
				|  |  |             'department': null, |  |  |             'department': null, | 
		
	
	
		
			
				|  | @ -360,6 +358,8 @@ export default { | 
		
	
		
			
				|  |  |             'securityClass': null, |  |  |             'securityClass': null, | 
		
	
		
			
				|  |  |             'organizationMatter': null |  |  |             'organizationMatter': null | 
		
	
		
			
				|  |  |           } |  |  |           } | 
		
	
		
			
				|  |  |  |  |  |           if (ele.$el.classList.contains('is-current')) { | 
		
	
		
			
				|  |  |  |  |  |             this.treeCurrentNode.classList.remove('is-current') | 
		
	
		
			
				|  |  |           } else { |  |  |           } else { | 
		
	
		
			
				|  |  |             this.treeCurrentNode.classList.add('is-current') |  |  |             this.treeCurrentNode.classList.add('is-current') | 
		
	
		
			
				|  |  |             switch (selectedParentVal) { |  |  |             switch (selectedParentVal) { | 
		
	
	
		
			
				|  | 
 |