🐛 数据库加载更多后的操作

This commit is contained in:
Vanessa 2023-12-19 16:56:16 +08:00
parent afef0d799e
commit 96126c1e02

View file

@ -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;