diff --git a/pc4mobx/organization/stores/snapshot.js b/pc4mobx/organization/stores/snapshot.js index 265c4be..3dad5b7 100644 --- a/pc4mobx/organization/stores/snapshot.js +++ b/pc4mobx/organization/stores/snapshot.js @@ -90,6 +90,7 @@ export class SnapshotStore { changeDate = (value) => { this.date = value; + this.getDatas(); this.getTableInfo(); }