Vanessa 2024-04-20 23:09:34 +08:00
parent b797e34be3
commit 9157a6e6e6

View file

@ -10,7 +10,7 @@ import {focusBlock} from "../../util/selection";
import {setPosition} from "../../../util/setPosition";
const genSearchList = (element: Element, keyword: string, avId: string, cb?: () => void) => {
fetchPost("/api/av/searchAttributeView", {keyword}, (response) => {
fetchPost("/api/av/searchAttributeView", {keyword, excludes: [avId]}, (response) => {
let html = "";
response.data.results.forEach((item: {
avID: string