mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
🐛 数据库加载更多后的操作
This commit is contained in:
parent
afef0d799e
commit
96126c1e02
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ export const openMenuPanel = (options: {
|
||||||
const avID = options.blockElement.getAttribute("data-av-id");
|
const avID = options.blockElement.getAttribute("data-av-id");
|
||||||
fetchPost("/api/av/renderAttributeView", {
|
fetchPost("/api/av/renderAttributeView", {
|
||||||
id: avID,
|
id: avID,
|
||||||
|
pageSize: parseInt(options.blockElement.getAttribute("data-page-size")) || undefined,
|
||||||
}, (response) => {
|
}, (response) => {
|
||||||
const data = response.data as IAV;
|
const data = response.data as IAV;
|
||||||
let html;
|
let html;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue