From 88d906e9a17642641d7407ffb9dc3eeac04b50cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8F=AC=E9=9B=AA?= <1637048769@qq.com> Date: Mon, 16 Nov 2020 09:13:07 +0800 Subject: [PATCH] up --- src/api/hardware/device.js | 2 +- src/views/hardware/deviceList/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/hardware/device.js b/src/api/hardware/device.js index ed3683d..29e0e95 100644 --- a/src/api/hardware/device.js +++ b/src/api/hardware/device.js @@ -11,7 +11,7 @@ export function list(params) { // 查询设备详细 -export function Info(deviceId) { +export function info(deviceId) { return request({ url: '/system/device/' + deviceId, method: 'get' diff --git a/src/views/hardware/deviceList/index.vue b/src/views/hardware/deviceList/index.vue index f95a670..afc7fa8 100644 --- a/src/views/hardware/deviceList/index.vue +++ b/src/views/hardware/deviceList/index.vue @@ -114,7 +114,7 @@ import Region from "@/components/Region"; import { list, - Info, + info, add, update, del,