Преглед на файлове

束管日报分析 爆炸三角形

bobo04052021@163.com преди 2 месеца
родител
ревизия
c36c4f454a
променени са 2 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 0 1
      src/views/vent/bundle/bundleMonitorTable/index.vue
  2. 1 2
      src/views/vent/bundle/bundleMonitorTable/modal/blastDelta.vue

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