|
@@ -8,14 +8,6 @@ export function brandPageList(params) {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|
|
-// 查询哨兵所有品牌(根据品牌去重)
|
|
|
|
-export function selectBrandList() {
|
|
|
|
- return request({
|
|
|
|
- url: `/sooka-digital-construction/deviceInfo/selectBrandList`,
|
|
|
|
- method: 'get'
|
|
|
|
- })
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
// 查询哨兵设备统计详情
|
|
// 查询哨兵设备统计详情
|
|
export function selectDailyThreshold(deviceCode) {
|
|
export function selectDailyThreshold(deviceCode) {
|
|
return request({
|
|
return request({
|