Vanessa 2023-12-29 11:16:52 +08:00
parent 492621e131
commit 5e6524098e

View file

@ -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) => {