From f3c7fe680994cd0e83ae5ed3660e54c4ba9e6a53 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Tue, 5 Mar 2024 14:27:00 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87=20tab=20?= =?UTF-8?q?=E0=B9=82=E0=B8=84=E0=B8=A3=E0=B8=87=E0=B8=AA=E0=B8=A3=E0=B9=89?= =?UTF-8?q?=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/02_organizationalNew/views/main.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/02_organizationalNew/views/main.vue b/src/modules/02_organizationalNew/views/main.vue index 3a805b1ac..998cf0493 100644 --- a/src/modules/02_organizationalNew/views/main.vue +++ b/src/modules/02_organizationalNew/views/main.vue @@ -143,6 +143,7 @@ function onClickHistory(id: string, name: string) { /** lifecycleHook */ onMounted(async () => { + store.typeOrganizational = "current"; await fetchOrganizationActive(); await fetchHistory(); });