diff --git a/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayAlarmRecord.vue b/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayAlarmRecord.vue index 395c6b61..ff643ae2 100644 --- a/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayAlarmRecord.vue +++ b/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayAlarmRecord.vue @@ -68,7 +68,7 @@ export default { pageInfo: { pageNo: 1, //页数 pageSize: 10, //条数 - total: 1 //总条数 + total: 0 //总条数 }, searchForm: { pageNo: 1, @@ -95,7 +95,7 @@ export default { alarmTime_end:this.searchForm.alarmTime_end, }).then(result => { if (result.success) { - this.List = result.result.records + this.tableData = result.result.records this.pageInfo.total = result.result.total } }) diff --git a/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue b/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue index 38cc84f4..d481508e 100644 --- a/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue +++ b/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue @@ -92,7 +92,7 @@ export default { pageInfo: { pageNo: 1, //页数 pageSize: 10, //条数 - total: 1 //总条数 + total: 0 //总条数 }, searchForm: { pageNo: 1, diff --git a/src/views/projectFront/smartSafeHat/dataPay/dataModule/dataPayAlarmRecord.vue b/src/views/projectFront/smartSafeHat/dataPay/dataModule/dataPayAlarmRecord.vue index 87434a31..6ab7145a 100644 --- a/src/views/projectFront/smartSafeHat/dataPay/dataModule/dataPayAlarmRecord.vue +++ b/src/views/projectFront/smartSafeHat/dataPay/dataModule/dataPayAlarmRecord.vue @@ -71,7 +71,7 @@ export default { pageInfo: { pageNo: 1, //页数 pageSize: 10, //条数 - total: 1 //总条数 + total: 0 //总条数 }, searchForm: { pageNo: 1, diff --git a/src/views/projectFront/smartSafeHat/dataPay/dataModule/dataPayRealTimeData.vue b/src/views/projectFront/smartSafeHat/dataPay/dataModule/dataPayRealTimeData.vue index 0ff1f931..14394a58 100644 --- a/src/views/projectFront/smartSafeHat/dataPay/dataModule/dataPayRealTimeData.vue +++ b/src/views/projectFront/smartSafeHat/dataPay/dataModule/dataPayRealTimeData.vue @@ -72,7 +72,7 @@ export default { pageInfo: { pageNo: 1, //页数 pageSize: 10, //条数 - total: 1 //总条数 + total: 0 //总条数 }, searchForm: { pageNo: 1, diff --git a/src/views/projectFront/vehiclePosition/realTimeMonitor.vue b/src/views/projectFront/vehiclePosition/realTimeMonitor.vue index 1fad245b..f95e0529 100644 --- a/src/views/projectFront/vehiclePosition/realTimeMonitor.vue +++ b/src/views/projectFront/vehiclePosition/realTimeMonitor.vue @@ -170,7 +170,7 @@