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.
- package/package/kisscomps/components/PatternStatus/PatternStatus.vue +3 -3
- package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +0 -1
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/PatternStatus/PatternStatus.vue +3 -3
- package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +0 -1
|
@@ -421,14 +421,14 @@ export default {
|
|
|
421
421
|
})
|
|
422
422
|
},
|
|
423
423
|
handleEdit (val) {
|
|
424
|
-
this.
|
|
424
|
+
this.patternStatusList.map(d => {
|
|
425
425
|
d.map(r => {
|
|
426
426
|
if (r.id === val.id) {
|
|
427
|
-
r.
|
|
427
|
+
r.value = val.split
|
|
428
428
|
}
|
|
429
429
|
})
|
|
430
430
|
})
|
|
431
|
-
this
|
|
431
|
+
this.handleCurrentChange(this.patternStatusList)
|
|
432
432
|
},
|
|
433
433
|
getMaxCycle (pattern) {
|
|
434
434
|
// let rings = pattern.rings
|