fix: 修复ts下totalCount缺少导致报错

This commit is contained in:
lizc 2023-10-17 16:23:03 +08:00
parent 9b5fdec294
commit c76ed4290c

View File

@ -82,6 +82,7 @@
page: 1,
pageSize: 5,
pageCount: 1,
totalCount: 0,
list: [],
});