diff --git a/src/pages/03_customer-management/BranchPage.vue b/src/pages/03_customer-management/BranchPage.vue index bf1b8fd7..a88d498b 100644 --- a/src/pages/03_customer-management/BranchPage.vue +++ b/src/pages/03_customer-management/BranchPage.vue @@ -9,7 +9,7 @@ import { baseUrl } from 'src/stores/utils'; import useCustomerStore from 'stores/customer'; import useFlowStore from 'stores/flow'; import useOptionStore from 'stores/options'; -import { dialog } from 'stores/utils'; +import { dialog, canAccess } from 'stores/utils'; import { Status } from 'stores/types'; import { Employee } from 'stores/employee/types'; @@ -285,7 +285,7 @@ watch(