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