From 85a75db053fd926cbb3d89a0119a248d8c9d4fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Wed, 9 Jul 2025 10:22:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=B7=AF=E5=BE=84=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/page/realTime.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/page/realTime.vue b/src/views/page/realTime.vue index cbe0554b..72c65f6f 100644 --- a/src/views/page/realTime.vue +++ b/src/views/page/realTime.vue @@ -1676,7 +1676,8 @@ export default { getPermissionStatus() { var store = this.$store.state var TargetValue = { - deviceId: store.equipmentList[this.indexs - 1].deviceId + deviceId: store.equipmentList[this.indexs - 1].deviceId, + enName:getLanguage() } this.api.getPermissionStatus(TargetValue).then(res => { if (res.data.code == 200) { @@ -1755,7 +1756,8 @@ export default { getStatus() { var store = this.$store.state var TargetValue = { - deviceId: store.equipmentList[this.indexs - 1].deviceId + deviceId: store.equipmentList[this.indexs - 1].deviceId, + enName:getLanguage() } this.api.getControlGetState(TargetValue).then(res => { if (res.data.code == 200) {