up
This commit is contained in:
@ -11,7 +11,7 @@ export function list(params) {
|
|||||||
|
|
||||||
|
|
||||||
// 查询设备详细
|
// 查询设备详细
|
||||||
export function Info(deviceId) {
|
export function info(deviceId) {
|
||||||
return request({
|
return request({
|
||||||
url: '/system/device/' + deviceId,
|
url: '/system/device/' + deviceId,
|
||||||
method: 'get'
|
method: 'get'
|
||||||
|
@ -114,7 +114,7 @@
|
|||||||
import Region from "@/components/Region";
|
import Region from "@/components/Region";
|
||||||
import {
|
import {
|
||||||
list,
|
list,
|
||||||
Info,
|
info,
|
||||||
add,
|
add,
|
||||||
update,
|
update,
|
||||||
del,
|
del,
|
||||||
|
Reference in New Issue
Block a user