openatc-components 0.3.55 → 0.3.56

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.
@@ -421,14 +421,14 @@ export default {
421
421
  })
422
422
  },
423
423
  handleEdit (val) {
424
- this.patternInfo.map(d => {
424
+ this.patternStatusList.map(d => {
425
425
  d.map(r => {
426
426
  if (r.id === val.id) {
427
- r.split = val.split
427
+ r.value = val.split
428
428
  }
429
429
  })
430
430
  })
431
- this.$emit('handleSplitMove', val.cycle)
431
+ this.handleCurrentChange(this.patternStatusList)
432
432
  },
433
433
  getMaxCycle (pattern) {
434
434
  // let rings = pattern.rings
@@ -108,7 +108,6 @@
108
108
  </stage-status> -->
109
109
  <pattern-list
110
110
  :key="keyChange"
111
- :isMove="false"
112
111
  :allPatternList="allPatternList"
113
112
  :contrloType="contrloType"
114
113
  :stagesChange="