yangyin
2023-12-27 20aa66acd6f6801f73faa9ed4e4482d43409e16a
map/index.js
@@ -594,12 +594,12 @@
          markerTipInfo.markerInfo.Records = flowMeterLastRecord
        }
        if(type=='PressMeter'){
          console.log(13)
          let infoByPressMeterLastRecord = await that.getMonitorKpiInfoByPressMeterID(id)
          markerTipInfo.markerInfo.Records = infoByPressMeterLastRecord     
        }
        if(type=='gongdan'){
          console.log(14)
          var FormType=markerTipInfo.markerInfo.FormType
          var FormID=markerTipInfo.markerInfo.FormID
          let repairLastRecord = await that.getRepairStatusInfo(FormType,FormID)      
@@ -608,6 +608,9 @@
        that.setData({
          markerTipInfo: markerTipInfo,
        })
        // console.log(markerTipInfo.markerInfo,613)
        break
      }
      }