fix : 修复人员选择/公司选择bug

This commit is contained in:
2024-08-26 22:12:56 +08:00
parent 30d1664a9b
commit 6e8f2328c6
2 changed files with 7 additions and 6 deletions

View File

@@ -165,6 +165,7 @@ const showUserPicker = () => {
visible.value = true;
expandedKeys.value = [];
filterText.value = ''
getList()
};
async function loadNode(node, resolve) {