From b208634e40f455ebf52fbed3c71a6257776ea63e Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 23 Dec 2021 01:33:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=AA=E8=A1=A8=E7=9B=98=E5=BE=BD?= =?UTF-8?q?=E6=A0=87=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/assets/js/pages/manage.vue b/resources/assets/js/pages/manage.vue index 2dc217dd..6c52504d 100644 --- a/resources/assets/js/pages/manage.vue +++ b/resources/assets/js/pages/manage.vue @@ -40,6 +40,11 @@
  • +
  • @@ -224,6 +229,7 @@ export default { // this.$store.dispatch("getUserInfo"); this.$store.dispatch("getTaskPriority"); + this.$store.dispatch("getProjectStatistics"); // this.notificationInit(); this.onVisibilityChange(); @@ -245,6 +251,7 @@ export default { 'dialogs', 'projects', 'projectTotal', + 'projectStatistics', 'taskId', 'dialogMsgPush', ]),