|
|
@@ -5,7 +5,7 @@ import { type InstitutionModel, type InstitutionQuery } from '@/model/system.mod
|
|
|
import { branchMethod, institutionMethod, deleteInstitutionMethod } from '@/request/api/system.api';
|
|
|
import { usePagination, useRequest } from 'alova/client';
|
|
|
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';
|
|
|
|
|
|
const { data: branch, loading: branchLoading } = useRequest(branchMethod(0, 1, 1));
|
|
|
@@ -190,6 +190,7 @@ function editInstitution(model?: InstitutionModel, index?: number) {
|
|
|
}
|
|
|
|
|
|
function QRCode(model: InstitutionModel) {
|
|
|
+ console.log(model,111);
|
|
|
const { name } = model;
|
|
|
VxeUI.modal.open({
|
|
|
title: `${name} 专属小程序码`,
|