mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	update src/views/system/user/DeptTree.vue 部门树节点过滤不生效
部门树节点过滤不生效 Signed-off-by: 岁月不经谈 <473831241@qq.com>
This commit is contained in:
		@@ -51,6 +51,11 @@ const handleNodeClick = async (row: { [key: string]: any }) => {
 | 
			
		||||
}
 | 
			
		||||
const emits = defineEmits(['node-click'])
 | 
			
		||||
 | 
			
		||||
/** 监听deptName */
 | 
			
		||||
watch(deptName, (val) => {
 | 
			
		||||
  treeRef.value!.filter(val)
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
/** 初始化 */
 | 
			
		||||
onMounted(async () => {
 | 
			
		||||
  await getTree()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user