点位绑定设备功能
This commit is contained in:
@@ -30,6 +30,12 @@ export function getWorkprocedure() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
export function getDeviceList() {
|
||||
return request({
|
||||
url: 'api/device/getDeviceList',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function getItemByDevice(data) {
|
||||
return request({
|
||||
@@ -62,4 +68,4 @@ export function queryById(device_id) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, getWorkprocedure, getItemByDevice, savaDeviceItem, copyAdd, queryById }
|
||||
export default { add, edit, del, getWorkprocedure, getItemByDevice, savaDeviceItem, copyAdd, queryById, getDeviceList }
|
||||
|
||||
Reference in New Issue
Block a user