This commit is contained in:
parent
b797e34be3
commit
9157a6e6e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue