openatc-components 0.3.59 → 0.3.61
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.
|
@@ -363,11 +363,11 @@ export default {
|
|
|
363
363
|
handler: function (val, oldVal) {
|
|
364
364
|
this.handleBarrierHeight() // 计算屏障高度
|
|
365
365
|
if (this.patternStatusList && this.newCycle) {
|
|
366
|
-
setTimeout(() => {
|
|
367
|
-
|
|
368
|
-
this.handleBarrierHeight()
|
|
369
|
-
}, 10)
|
|
366
|
+
// setTimeout(() => {
|
|
367
|
+
this.handleCurrentChange(this.patternStatusList)
|
|
370
368
|
this.handleBarrierHeight()
|
|
369
|
+
// }, 10)
|
|
370
|
+
// this.handleBarrierHeight()
|
|
371
371
|
}
|
|
372
372
|
},
|
|
373
373
|
// 深度观察监听
|