openatc-components 0.3.49 → 0.3.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -690,7 +690,7 @@ export default {
|
|
|
690
690
|
return
|
|
691
691
|
}
|
|
692
692
|
this.lockScreen()
|
|
693
|
-
putTscControl(control).then(data => {
|
|
693
|
+
putTscControl(control, this.agentId).then(data => {
|
|
694
694
|
that.unlockScreen()
|
|
695
695
|
if (control.control === 0) {
|
|
696
696
|
that.preselectModel = that.recoverLastModel
|
|
@@ -837,7 +837,7 @@ export default {
|
|
|
837
837
|
return
|
|
838
838
|
}
|
|
839
839
|
this.lockScreen()
|
|
840
|
-
putTscControl(controldata).then(data => {
|
|
840
|
+
putTscControl(controldata, this.agentId).then(data => {
|
|
841
841
|
this.unlockScreen()
|
|
842
842
|
let success = 0
|
|
843
843
|
if (!data.data.success) {
|