openatc-components 0.2.87 → 0.2.88
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.
|
@@ -626,8 +626,6 @@ export default {
|
|
|
626
626
|
control.mode = key
|
|
627
627
|
}
|
|
628
628
|
})
|
|
629
|
-
console.log(that.preselectModel)
|
|
630
|
-
console.log(that.recoverLastModel)
|
|
631
629
|
control.control = that.preselectModel
|
|
632
630
|
// control.terminal = isNaN(parseInt(manualInfo.tempPatternid)) ? Number(manualInfo.tempPatternid.replace(/[^0-9]/ig, '')) : manualInfo.tempPatternid
|
|
633
631
|
control.terminal = manualInfo.tempPatternid === undefined ? null : Number(manualInfo.tempPatternid)
|
|
@@ -644,7 +642,6 @@ export default {
|
|
|
644
642
|
return
|
|
645
643
|
}
|
|
646
644
|
this.lockScreen()
|
|
647
|
-
debugger
|
|
648
645
|
putTscControl(control).then(data => {
|
|
649
646
|
that.unlockScreen()
|
|
650
647
|
if (control.control === 0) {
|
package/package.json
CHANGED
|
@@ -626,8 +626,6 @@ export default {
|
|
|
626
626
|
control.mode = key
|
|
627
627
|
}
|
|
628
628
|
})
|
|
629
|
-
console.log(that.preselectModel)
|
|
630
|
-
console.log(that.recoverLastModel)
|
|
631
629
|
control.control = that.preselectModel
|
|
632
630
|
// control.terminal = isNaN(parseInt(manualInfo.tempPatternid)) ? Number(manualInfo.tempPatternid.replace(/[^0-9]/ig, '')) : manualInfo.tempPatternid
|
|
633
631
|
control.terminal = manualInfo.tempPatternid === undefined ? null : Number(manualInfo.tempPatternid)
|
|
@@ -644,7 +642,6 @@ export default {
|
|
|
644
642
|
return
|
|
645
643
|
}
|
|
646
644
|
this.lockScreen()
|
|
647
|
-
debugger
|
|
648
645
|
putTscControl(control).then(data => {
|
|
649
646
|
that.unlockScreen()
|
|
650
647
|
if (control.control === 0) {
|