소스 검색

束管日报分析 爆炸三角形

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;