更新
This commit is contained in:
@ -196,7 +196,6 @@ async function onLoad() {
|
|||||||
pageSize,
|
pageSize,
|
||||||
page: currentPage.value + 1
|
page: currentPage.value + 1
|
||||||
});
|
});
|
||||||
console.log('拦截预警列表:', res);
|
|
||||||
if (res && res.content) {
|
if (res && res.content) {
|
||||||
const records = res.content || [];
|
const records = res.content || [];
|
||||||
if (currentPage.value === 0) {
|
if (currentPage.value === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user