zmc
2023-11-24 e7ce285475a1355eeaeaba1855e3cd615eafa13b
src/api/exceptionApi.js
@@ -42,6 +42,10 @@
  /**
   *
   * @param {*} siteName
@@ -63,7 +67,11 @@
  },
  
/**
 * 获取所有的点位名称和对应的设备编号
 * @param:
 * @returns:
 */
  getSitesNum() {
    return $http.get('/dust/sitename')
  },
@@ -79,5 +87,15 @@
      params.exceptionType = temp
    }
    return $http.get('/dust/exceptionsSiteName', { params: params })
  }
  },
  /**
   * 查询不同的异常类型
   * @param:
   * @returns:
   */
  queryExceptionType(){
    return $http.get('/dust/exceptiontype')
  },
}