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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.2.87",
3
+ "version": "0.2.88",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -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) {