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