修复飞行器数据记录bug
This commit is contained in:
parent
6c2b2cd550
commit
e1db8d908a
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user