wh 1 年之前
父节点
当前提交
67a93b60b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/Workorder/Remotecontrol/Remotecontrol.vue

+ 1 - 1
pages/Workorder/Remotecontrol/Remotecontrol.vue

@@ -663,7 +663,7 @@
 								Api.setControl({
 									identifier: identifier,
 									action: 0,
-									value: val? 1 : 0,
+									value: val? 0 : 1,
 									deviceId: deviceId,
 								}).then((res) => {
 									if (res.data.code == 0) {