fix: set default folder_id to 'default' in getList and add scope to Lark knowledge creation
parent
b14c870fd7
commit
11739f1649
|
|
@ -358,7 +358,7 @@ const search_type_change = () => {
|
||||||
|
|
||||||
function getList() {
|
function getList() {
|
||||||
const params = {
|
const params = {
|
||||||
folder_id: currentFolder.value?.id || 'root',
|
folder_id: currentFolder.value?.id || 'default',
|
||||||
[search_type.value]: search_form.value[search_type.value],
|
[search_type.value]: search_form.value[search_type.value],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue