设备管理

This commit is contained in:
2023-03-16 09:50:39 +08:00
parent 8b6fb450a6
commit be87c64a8d
9 changed files with 293 additions and 407 deletions

View File

@@ -47,14 +47,6 @@ export function savaDeviceItem(data) {
})
}
export function getItemByDeviceId(data) {
return request({
url: 'api/device/getItemByDeviceId',
method: 'post',
data
})
}
export function copyAdd(data) {
return request({
url: 'api/device/copyAdd',
@@ -70,4 +62,4 @@ export function queryById(device_id) {
})
}
export default { add, edit, del, getWorkprocedure, getItemByDevice, savaDeviceItem, getItemByDeviceId, copyAdd, queryById }
export default { add, edit, del, getWorkprocedure, getItemByDevice, savaDeviceItem, copyAdd, queryById }