feat:用户管理bug修复
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<div class="tree-title">
|
||||
组织列表
|
||||
</div>
|
||||
<DeptTreeV2 @select="handleSelect" />
|
||||
<DeptTreeV2 @changeValue="handleSelect" />
|
||||
</div>
|
||||
<BasicTable @register="registerTable" class="w-2/3 xl:w-3/4">
|
||||
<template #toolbar>
|
||||
@ -307,8 +307,8 @@
|
||||
reload();
|
||||
}
|
||||
|
||||
function handleSelect([deptId]) {
|
||||
selectDeptId.value = deptId;
|
||||
function handleSelect(dept, isSelect) {
|
||||
selectDeptId.value = isSelect ? dept.id : ''
|
||||
reload();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user