From c9ce5e7f9a9ef52c66baf4f8a6e8d9e48b7cb251 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期五, 24 五月 2024 23:59:27 +0800
Subject: [PATCH] 1

---
 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