From a29f6ed5150dc496685397168d9fc6749a712e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=90=8C?= <525441437@qq.com> Date: Mon, 22 Jan 2024 17:50:52 +0800 Subject: [PATCH 1/2] 1 --- src/views/page/electromagneticControl.vue | 2 +- src/views/page/outsizeSunshade.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/page/electromagneticControl.vue b/src/views/page/electromagneticControl.vue index 9a9b277..c31e6b9 100644 --- a/src/views/page/electromagneticControl.vue +++ b/src/views/page/electromagneticControl.vue @@ -276,7 +276,7 @@ export default { this.inputData[this.startList[this.indexs - 1]] = index; var dataNum = { target: { - value: this.openIndex, + value: index, }, }; this.changeBtn(this.startList[this.indexs - 1], dataNum); diff --git a/src/views/page/outsizeSunshade.vue b/src/views/page/outsizeSunshade.vue index ac35e20..87f4457 100644 --- a/src/views/page/outsizeSunshade.vue +++ b/src/views/page/outsizeSunshade.vue @@ -55,11 +55,11 @@
降雨时遮阳网处于的位置 - % 降雨确认时间 - 分钟
@@ -100,10 +100,10 @@
风速大于 - 时收拢遮阳网,大风保护解除时间 - 分钟
From 3c76aa6db37ecfe5225b28b61d37392c550b1107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=90=8C?= <525441437@qq.com> Date: Mon, 22 Jan 2024 17:56:12 +0800 Subject: [PATCH 2/2] 1 --- src/views/page/insizeSunshade.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/page/insizeSunshade.vue b/src/views/page/insizeSunshade.vue index c315bbf..b8d9ea8 100644 --- a/src/views/page/insizeSunshade.vue +++ b/src/views/page/insizeSunshade.vue @@ -301,7 +301,7 @@ export default { this.inputData = res.data.data; this.startList.forEach((el, index) => { this.inputData[el + 6] = this.countData10(this.inputData[el + 6]) - this.inputData[el + 8] = this.countData10(this.inputData[el + 8]) + this.inputData[el + 7] = this.countData10(this.inputData[el + 7]) this.inputData[el + 14] = this.countData10(this.inputData[el + 14]) }) this.getActive1()