Kaynağa Gözat

Merge branch 'story-238' of ssh://121.43.162.141:10022/six.fe/health.admin into story-234

# Conflicts:
#	src/service/SingleItemDetail.vue
张田田 1 ay önce
ebeveyn
işleme
abbf7d0137
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      src/pages/index/system/institution.vue

+ 2 - 1
src/pages/index/system/institution.vue

@@ -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} 专属小程序码`,