数据统计

This commit is contained in:
Chengliang 2023-02-01 14:59:47 +08:00
parent 3404995d45
commit 740d8b3ed9
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ export class SnapshotStore {
changeDate = (value) => { changeDate = (value) => {
this.date = value; this.date = value;
this.getDatas();
this.getTableInfo(); this.getTableInfo();
} }