openatc-components 0.1.185 → 0.1.186

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.
package/config/index.js CHANGED
@@ -17,6 +17,7 @@ module.exports = {
17
17
  // target: 'https://dolphin-test.kedacom.com/openatc',
18
18
  // target: 'http://192.168.13.105:11003/openatc',
19
19
  target: 'http://192.168.13.103:10003/openatc',
20
+ // target: 'http://192.168.15.11:8012/openatc',
20
21
  // target: 'http://192.168.13.103:10003/openatc',
21
22
  // target: 'http://192.168.13.103:9999',//'http://172.16.239.139:8080/',//设置你调用的接口域名和端口号
22
23
  // target: 'http://192.168.13.103:9999/kissapi',//'http://172.16.239.139:8080/',//设置你调用的接口域名和端口号
@@ -297,6 +297,7 @@ export default {
297
297
  if (this.patternStatusList && this.newCycle) {
298
298
  setTimeout(() => {
299
299
  this.handleCurrentChange(this.patternStatusList)
300
+ this.handleBarrierHeight()
300
301
  }, 10)
301
302
  this.handleBarrierHeight()
302
303
  }
@@ -665,6 +665,8 @@ export default {
665
665
  }
666
666
  })
667
667
  this.closePhase = JSON.parse(JSON.stringify(closePhase))
668
+ } else {
669
+ this.closePhase = []
668
670
  }
669
671
  },
670
672
  selectSpecialModel (id) {