From 740d8b3ed94ab0052abfb09cafbb59655a920891 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Wed, 1 Feb 2023 14:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/stores/snapshot.js | 1 + 1 file changed, 1 insertion(+) 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(); }