fixing load data source

This commit is contained in:
Warunee Tamkoo 2024-10-10 14:48:22 +07:00
parent f1c9af0611
commit 45f77014da
3 changed files with 26 additions and 7 deletions

View file

@ -8,7 +8,9 @@ import http from "@/plugins/http";
import config from "@/app.config";
import { useCounterMixin } from "@/stores/mixin";
import { useOrganizational } from "@/modules/02_organization/store/organizational";
import { useStructStore } from "@/modules/02_organization/store/chart";
const storeOrg = useStructStore();
const $q = useQuasar();
const mixin = useCounterMixin();
const store = useOrganizational();