diff --git a/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue b/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue index 01256141..38cc84f4 100644 --- a/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue +++ b/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue @@ -40,8 +40,10 @@ @@ -119,7 +121,7 @@ export default { uploadTime_end: this.searchForm.uploadTime_end }).then(result => { if (result.success) { - this.List = result.result.records + this.tableData = result.result.records this.pageInfo.total = result.result.total } })