mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-28 19:26:09 +01:00
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
Add a link
Reference in a new issue