yangyin
2024-04-04 b10a31396df8eb87510d35c19e7e9fb34e681e69
monitor/station/index.js
@@ -141,7 +141,6 @@
   * 生命周期函数--监听页面加载
   */
  onLoad: function (options) {
    //  console.log(options)
    wx.setNavigationBarTitle({
      title: "泵站监控" + options.name
    })
@@ -709,15 +708,15 @@
    wx.showLoading({
      title: '加载中...',
    })
console.log(that.data.stationID,706)
    const endNext=util.formatDay(util.GetNextDate(that.data.endAlarmDate, 1))
    Request({
      url: Constant.BASE_SERVER_URL + "Monitor/Value/Alarm/Record/Std/GetPageListBySignalID@V1.0",
      url: Constant.BASE_SERVER_URL + "Monitor/Value/Alarm/Record/Std/GetPageListByBelongTypeAndBelongID@V1.0",
      method: 'GET',
      data: {
        SignalID : that.data.stationID,
        BelongType:'logic-site',
        BelongID :that.data.stationID,
        StartTime: that.data.startAlarmDate,
        EndTime: that.data.endAlarmDate,
        EndTime: endNext,
        PageIndex: that.data.PageIndex,
        PageSize: that.data.PageSize
      },