From 232d05f88d6eae7a280e7fd99640948783b9ef9e Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期一, 20 五月 2024 22:20:48 +0800
Subject: [PATCH] update

---
 src/views/mdc/station-live.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/mdc/station-live.vue b/src/views/mdc/station-live.vue
index fd2b8c0..8da8d3c 100644
--- a/src/views/mdc/station-live.vue
+++ b/src/views/mdc/station-live.vue
@@ -505,7 +505,6 @@
 						interval: 1440/6,  //姣忛殧澶氬皯鍒嗛挓鏄剧ず涓�涓埢搴�
 						axisLabel: {
 							formatter: (value)=> {
-								//console.log(value,111)
 								if(value == 0) {
 									return "00:00:00";
 								}else if(value == 240) {
@@ -634,7 +633,7 @@
 						if(res.code == 200) {
 							this.stationForm = res.data;
 							this.getdmp(this.lastLevelId,this.stationForm.machineId);
-							this.newDate();  //鑾峰彇褰撳墠鏃ユ湡
+							//this.newDate();  //鑾峰彇褰撳墠鏃ユ湡
 							this.getwcsR();
 							this.getwscLvalue();  //宸︿晶鍥捐〃
 							this.alarmsearchBtn();  //鏈哄櫒灞ュ巻

--
Gitblit v1.9.3