设备监控展示代码
This commit is contained in:
9
acs/nladmin-ui/src/api/acs/device/deviceStageMonitor.js
Normal file
9
acs/nladmin-ui/src/api/acs/device/deviceStageMonitor.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function getDeviceByCodes(data) { // 获取舞台上设备信息
|
||||
return request({
|
||||
url: 'api/deviceInfo/getDeviceByCodes',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
@@ -24,7 +24,7 @@ export function edit(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function getValueByCode(code) {
|
||||
export function getStageCodeByCode(code) {
|
||||
return request({
|
||||
url: 'api/param/getValueByCode',
|
||||
method: 'post',
|
||||
@@ -32,4 +32,4 @@ export function getValueByCode(code) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, getValueByCode }
|
||||
export default { add, edit, del, getStageCodeByCode }
|
||||
|
||||
Reference in New Issue
Block a user