mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
案例推荐页码数
This commit is contained in:
@@ -199,7 +199,7 @@ const getList = (num) => {
|
||||
.then((res) => {
|
||||
loading.value = true;
|
||||
state.data = res?.result?.list || [];
|
||||
state.total = res?.result?.totalPages || 0;
|
||||
state.total = res?.result?.count || 0;
|
||||
})
|
||||
.catch(() => {
|
||||
loading.value = false;
|
||||
|
||||
Reference in New Issue
Block a user