tanghaolin
2022-09-01 f904bd0c38237262f2f2fcee4ed8d2291d533c30
src/views/Detail/byParas/components/LXBChartPointParas.vue
@@ -317,7 +317,7 @@
    buildPointTable_General(pumpInfoData) {
      if (pumpInfoData.ChartPointPara == null) return;
       console.log(pumpInfoData.ChartPointPara, 285);
      //  console.log(pumpInfoData.ChartPointPara, 285);
      let _this = this;
@@ -857,7 +857,6 @@
    },
    //构建允许区域点
  buildRegionPtByAllowPointItem(group_name, grp_min, grp_max) {
    console.log(grp_min,grp_max,811)
    let unitSetting = this.unitSetting;
    let grp_tag = "AllowPoint"
    let obj = {};
@@ -1009,7 +1008,6 @@
    },
    //设置允许区域曲线点值
    setRegionPtByAllowPointValue(chartPointNode,grp_min,grp_max) {
      console.log(chartPointNode,963)
      let unitSetting = this.unitSetting;
      var nodeList = chartPointNode.nodeList;
      for (var i = 0; i < nodeList.length; i++) {
@@ -1045,7 +1043,6 @@
    },
    //构建查询参数
    buildChartQueryData(query_pt) {
        console.log(query_pt, 799);
      if (query_pt == null) {
        return;
      }