
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||
|
import request from '@/utils/request' |
||||
|
// eslint-disable-next-line no-unused-vars
|
||||
|
import qs from 'qs' |
||||
|
|
||||
|
// 获取设备列表
|
||||
|
export function getInfoPage(data) { |
||||
|
return request({ url: '/yInfo/getInfoPage', method: 'GET', params: data }) |
||||
|
} |
||||
|
|
||||
|
|
||||
|
// 单条获取设备
|
||||
|
export function getInfoById(data) { |
||||
|
return request({ url: '/yInfo/getInfoById', method: 'GET', params: data }) |
||||
|
} |
||||
|
|
Loading…
Reference in new issue