mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
This commit is contained in:
parent
492621e131
commit
5e6524098e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const updateCol = (protyle: IProtyle, data: IAV, colId: string, itemElement: HTM
|
|||
}
|
||||
|
||||
const genSearchList = (element: Element, keyword: string, avId: string, cb?: () => void) => {
|
||||
fetchPost("/api/av/searchAttributeViewNonRelationKey", {
|
||||
fetchPost("/api/av/searchAttributeViewRelationKey", {
|
||||
avID: avId,
|
||||
keyword
|
||||
}, (response) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue