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) {