tanghaolin
2022-11-08 c8c3f384040bad0044dcabf72e162e35b5786afa
monitor/station/index.js
@@ -284,6 +284,9 @@
  },
  //获取泵站运行时间
  getWorkTime: function () {
    wx.showLoading({
      title: '正在获取开机时间',
    })
    var that = this;
    var machineList = this.data.machineList;
    var userInfo = app.globalData.userInfo;
@@ -299,7 +302,8 @@
        'content-type': 'application/json'
      },
      success(res) {
        // console.log(res,306)
        wx.hideLoading()
         console.log(res,306)
        var result = res.data
        if (result.Code != 0) {
          return;