修复飞行器数据记录bug

This commit is contained in:
Double-_-Z 2025-11-02 14:38:47 +08:00
parent 6c2b2cd550
commit e1db8d908a

View File

@ -196,8 +196,8 @@ export default {
try { try {
const params = { const params = {
id: this.$route.query.id, id: this.$route.query.id,
page: this.maintenancePage.current, page: this.dataPage.current,
size: this.maintenancePage.size size: this.dataPage.size
} }
const response = await getDataRecords(params) const response = await getDataRecords(params)
this.dataData = response.content this.dataData = response.content