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