预警通知列表接口对接

This commit is contained in:
付民康
2025-03-19 11:14:12 +08:00
parent d50ed3f2c1
commit 264af985d3
4 changed files with 111 additions and 22 deletions

View File

@@ -219,7 +219,7 @@ const currentReusltFilter = ref(null);
// 定义 tableKey用于强制刷新表格
const tableKey = ref(0);
const pager = ref({
total: 10,
total: 0,
pageIndex: 1,
pageSize: 10
});