diff --git a/src/views/WarningList/list.vue b/src/views/WarningList/list.vue index 16d7d8f..2d00aea 100644 --- a/src/views/WarningList/list.vue +++ b/src/views/WarningList/list.vue @@ -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; }