ปรับการแสดง tab โครงสร้าง

This commit is contained in:
Warunee Tamkoo 2024-03-05 14:27:00 +07:00
parent f00e98766c
commit f3c7fe6809

View file

@ -143,6 +143,7 @@ function onClickHistory(id: string, name: string) {
/** lifecycleHook */ /** lifecycleHook */
onMounted(async () => { onMounted(async () => {
store.typeOrganizational = "current";
await fetchOrganizationActive(); await fetchOrganizationActive();
await fetchHistory(); await fetchHistory();
}); });