mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
fix: set default folder_id to 'default' in getList and add scope to Lark knowledge creation
This commit is contained in:
parent
b14c870fd7
commit
11739f1649
|
|
@ -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],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue