@@ -9,14 +9,6 @@ export function list(data){
})
}
-// 设备列表
-export function devList(){
- return request({
- url: `/device/version/clientTypeList`,
- method: 'post'
- })
-}
-
// 新增
export function create(data){
return request({
@@ -51,13 +51,4 @@ export function upDown(data){
method: 'post',
data
-// 产品型号列表
-export function devList(data){
- method: 'post',
- data