feat 修复bug
This commit is contained in:
@@ -174,7 +174,7 @@ const getList = async () => {
|
|||||||
try {
|
try {
|
||||||
const res = await listDemo(queryParams.value);
|
const res = await listDemo(queryParams.value);
|
||||||
demoList.value = res.data.rows;
|
demoList.value = res.data.rows;
|
||||||
total.value = res.total;
|
total.value = res.data.total;
|
||||||
} finally {
|
} finally {
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user