From 101dc1807ea09a82d28e9dfc77704c51e7c06f0c Mon Sep 17 00:00:00 2001 From: helloDy <1615073571@qq.com> Date: Tue, 30 Jan 2024 14:13:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitoring/equipmentFullParams/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/monitoring/equipmentFullParams/index.vue b/src/views/monitoring/equipmentFullParams/index.vue index b0c76935..2195cb24 100644 --- a/src/views/monitoring/equipmentFullParams/index.vue +++ b/src/views/monitoring/equipmentFullParams/index.vue @@ -281,11 +281,11 @@ export default { async handleSearchBarBtnClick({ btnName, timeVal }) { if (timeVal && timeVal.length > 0) { console.log('nihc ', timeVal) - if (new Date(timeVal[1]).getTime() - new Date(timeVal[0]).getTime() <= 10 * 60 * 1000) { + if (new Date(timeVal[1]).getTime() - new Date(timeVal[0]).getTime() <= 30 * 60 * 1000) { this.queryParams.recordTime = timeVal; await this.handleQuery(); } else { - this.$message.warning('时间范围最大一小时限制!') + this.$message.warning('时间范围最大30分钟限制!') } } else { this.queryParams.recordTime = [];