diff --git a/src/views/ems/report/currentIOTCurve/index.vue b/src/views/ems/report/currentIOTCurve/index.vue index 52197c4..0853d10 100644 --- a/src/views/ems/report/currentIOTCurve/index.vue +++ b/src/views/ems/report/currentIOTCurve/index.vue @@ -156,8 +156,8 @@ export default { }, created() { const nowDate = parseTime(new Date(), '{y}-{m}-{d}') - this.daterangeRecordTime[0] = nowDate + ' 00:00:00' - this.daterangeRecordTime[1] = nowDate + ' 23:59:59' + this.daterangeRecordTime[0] = nowDate + ' 09:00:00' + this.daterangeRecordTime[1] = nowDate + ' 09:10:00' this.getTreeselect() this.getList() }, diff --git a/src/views/ems/report/currentVibrationCurve/index.vue b/src/views/ems/report/currentVibrationCurve/index.vue index 6adb795..ec860c1 100644 --- a/src/views/ems/report/currentVibrationCurve/index.vue +++ b/src/views/ems/report/currentVibrationCurve/index.vue @@ -155,8 +155,8 @@ export default { }, created() { const nowDate = parseTime(new Date(), '{y}-{m}-{d}') - this.daterangeRecordTime[0] = nowDate + ' 00:00:00' - this.daterangeRecordTime[1] = nowDate + ' 23:59:59' + this.daterangeRecordTime[0] = nowDate + ' 09:00:00' + this.daterangeRecordTime[1] = nowDate + ' 09:10:00' this.getTreeselect() this.getList() },