更新
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import service from '@/utils/request'
|
||||
|
||||
export const getDeviceWarnList = (data) => {
|
||||
export const getAlarmRecordListByPage = (data) => {
|
||||
return service({
|
||||
url: '/device/getDeviceWarnList',
|
||||
url: '/device/getAlarmRecordListByPage',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
|
||||
@@ -16,9 +16,9 @@ export const deviceOperation = (data) => {
|
||||
})
|
||||
}
|
||||
|
||||
export const getDeviceDetailsInfoByRemote = (data) => {
|
||||
export const getDeviceDetailsListByPage = (data) => {
|
||||
return service({
|
||||
url: '/device/getDeviceDetailsInfoByRemote',
|
||||
url: '/device/getDeviceDetailsListByPage',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user