From 09d77810cbb69d5e8371fdafaaed5ec8633935e0 Mon Sep 17 00:00:00 2001 From: xudanya <707166741@qq.com> Date: Wed, 23 Mar 2022 17:48:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=A9=BA=E5=8A=9F=E8=83=BD=20?= =?UTF-8?q?=E6=A8=AA=E7=AB=96=E5=B1=8F=20=E4=BB=A5=E5=8F=8A=E7=B4=A7?= =?UTF-8?q?=E6=80=A5=E5=8F=91=E5=B8=83=E5=88=97=E8=A1=A8=E7=9A=84=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/device/startUpList.js | 4 +- src/views/device/deviceConfig.vue | 64 ++++++++++++++----- src/views/device/index.vue | 23 ++++++- .../publishContent/publishList/index.vue | 2 + 4 files changed, 74 insertions(+), 19 deletions(-) diff --git a/src/api/device/startUpList.js b/src/api/device/startUpList.js index 0e17d37..479db70 100644 --- a/src/api/device/startUpList.js +++ b/src/api/device/startUpList.js @@ -18,11 +18,11 @@ export function reqEditStartUp(parameter) { }) } -// 情况开关机配置列表的接口 +// 清空开关机配置列表的接口 export function reqClearStartUp(parameter) { return request({ url: 'api/device/clearSetting', method: 'post', - data: 'parameter' + data: parameter }) } \ No newline at end of file diff --git a/src/views/device/deviceConfig.vue b/src/views/device/deviceConfig.vue index fc061b7..7c98c89 100644 --- a/src/views/device/deviceConfig.vue +++ b/src/views/device/deviceConfig.vue @@ -5,7 +5,7 @@
- 设备ID: + 设备ID:
@@ -14,15 +14,14 @@
- - 清空 + 清空
- + @@ -34,13 +33,13 @@ @@ -211,7 +210,7 @@ diff --git a/src/views/publishContent/publishList/index.vue b/src/views/publishContent/publishList/index.vue index bb2c328..9fe2a6c 100644 --- a/src/views/publishContent/publishList/index.vue +++ b/src/views/publishContent/publishList/index.vue @@ -250,9 +250,11 @@