Commit 5a2b30a8 authored by wends's avatar wends

update 告警列表

parent 6313111e
......@@ -200,9 +200,9 @@ export default {
}
getTableData(params)
.then(res => {
const { records, totalSize } = res.data
const { records, total } = res.data
this.tableData = records
this.pageForm.total = totalSize
this.pageForm.total = total
})
.catch(err => console.error(err))
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment