|
@@ -5,7 +5,7 @@ import { type InstitutionModel, type InstitutionQuery } from '@/model/system.mod
|
|
|
import { branchMethod, institutionMethod, deleteInstitutionMethod } from '@/request/api/system.api';
|
|
import { branchMethod, institutionMethod, deleteInstitutionMethod } from '@/request/api/system.api';
|
|
|
import { usePagination, useRequest } from 'alova/client';
|
|
import { usePagination, useRequest } from 'alova/client';
|
|
|
import { notification } from 'ant-design-vue';
|
|
import { notification } from 'ant-design-vue';
|
|
|
-
|
|
|
|
|
|
|
+import UserQRCode from '@/components/UserQRCode.vue';
|
|
|
import { VxeButton, type VxeFormListeners, type VxeFormProps, type VxeGridInstance, type VxeGridListeners, type VxeGridProps, VxeUI } from 'vxe-pc-ui';
|
|
import { VxeButton, type VxeFormListeners, type VxeFormProps, type VxeGridInstance, type VxeGridListeners, type VxeGridProps, VxeUI } from 'vxe-pc-ui';
|
|
|
|
|
|
|
|
const { data: branch, loading: branchLoading } = useRequest(branchMethod(0, 1, 1));
|
|
const { data: branch, loading: branchLoading } = useRequest(branchMethod(0, 1, 1));
|