openatc-components 0.2.1 → 0.2.2

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.
@@ -354,6 +354,13 @@ export default {
354
354
  }
355
355
  },
356
356
  watch: {
357
+ agentId: {
358
+ handler: function (val) {
359
+ this.getIntersectionInfo(val)
360
+ },
361
+ // 深度观察监听
362
+ deep: true
363
+ },
357
364
  statusData: {
358
365
  handler: function (val) {
359
366
  this.initData()