Bläddra i källkod

Merge branch 'master' of http://182.92.126.35:3000/hrx/mky-vent-base

hongrunxia 2 månader sedan
förälder
incheckning
f9a1ed64bc

+ 0 - 1
src/views/vent/bundle/bundleMonitorTable/index.vue

@@ -183,7 +183,6 @@ function updateChart(data: any) {
 //跳转到爆炸三角形
 function toDetail(record: any) {
   posMonitor.value = record;
-  console.log(posMonitor.value, '爆炸三角形');
   modalVisible.value = true;
 }
 

+ 1 - 2
src/views/vent/bundle/bundleMonitorTable/modal/blastDelta.vue

@@ -376,8 +376,7 @@ watch(
     if (newV.btTriBlast) {
       maxY1.value = parseFloat(newV.o2_ave);
       maxX1.value =
-        parseFloat(newV.co_ave) * 0.0001 + parseFloat(newV.ch4_ave) + parseFloat(newV.c2h2_ave) * 0.0001 + parseFloat(newV.c4h4_ave) * 0.0001;
-      console.log(maxX1.value, 'maxX1');
+        parseFloat(newV.co_max) * 0.0001 + parseFloat(newV.ch4_max) + parseFloat(newV.c2h2_max) * 0.0001 + parseFloat(newV.c2h4_max) * 0.0001;
       let btTriBlasts = newV.btTriBlast;
       coordinateA.x = btTriBlasts.A_x;
       coordinateA.y = btTriBlasts.A_y;