mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-13 12:43:45 +08:00
fix: 修复ts下totalCount缺少导致报错
This commit is contained in:
@@ -82,6 +82,7 @@
|
|||||||
page: 1,
|
page: 1,
|
||||||
pageSize: 5,
|
pageSize: 5,
|
||||||
pageCount: 1,
|
pageCount: 1,
|
||||||
|
totalCount: 0,
|
||||||
list: [],
|
list: [],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user