feat: 修复组织管理树搜索
This commit is contained in:
parent
d50c028de6
commit
462e9f150a
|
@ -126,7 +126,7 @@ function getTree(cb?: Function) {
|
|||
{ column: 'name$LIKE', value: `%${searchValue.value}%` },
|
||||
];
|
||||
}
|
||||
|
||||
treeMap.clear()
|
||||
getTreeData_api(params)
|
||||
.then((resp: any) => {
|
||||
selectedKeys.value = [resp.result[0].id];
|
||||
|
|
Loading…
Reference in New Issue