update src/views/system/user/DeptTree.vue 部门树节点过滤不生效
部门树节点过滤不生效 Signed-off-by: 岁月不经谈 <473831241@qq.com>
This commit is contained in:
parent
881ec67236
commit
a1ce9eda2a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user