fix: set default folder_id to 'default' in getList and add scope to Lark knowledge creation

This commit is contained in:
CaptainB 2025-06-19 12:32:02 +08:00
parent b14c870fd7
commit 11739f1649

View File

@ -358,7 +358,7 @@ const search_type_change = () => {
function getList() {
const params = {
folder_id: currentFolder.value?.id || 'root',
folder_id: currentFolder.value?.id || 'default',
[search_type.value]: search_form.value[search_type.value],
}