diff --git a/app/src/protyle/render/av/rollup.ts b/app/src/protyle/render/av/rollup.ts index 1b57ea333..5f2d762f7 100644 --- a/app/src/protyle/render/av/rollup.ts +++ b/app/src/protyle/render/av/rollup.ts @@ -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) => {