zmc
2023-11-16 73cb3ec2b1660610e3621d7614ad308f2c19331d
src/api/exceptionApi.js
@@ -18,6 +18,7 @@
      }
    })
  },
  // 根据月份和类型查找分析数据
  analysisdataByType(month,type) {
    return $http.get('/dust/analysisdataByType', {
@@ -27,6 +28,7 @@
      }
    })
  },
  // 根据时段和类型查找分析数据
  analysisdataByTimeAndType(beginTime,endTime,type) {
    return $http.get('/dust/analysisdataByTimeAndType', {
@@ -37,6 +39,8 @@
      }
    })
  },
  /**
   *
@@ -59,9 +63,6 @@
  },
  
  getSitesNum() {
    return $http.get('/dust/sitename')