Explorar o código

病案质控科室

zengfanwei hai 3 meses
pai
achega
2cf3213cd4

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 157 - 377
src/components/inpatient/frontsheet-printpage/FullPage.vue


+ 2 - 1
src/views/hospitalization/case-front-sheet/FrontSheetQuality.vue

@@ -259,6 +259,7 @@ import {
   sheetSearch,
   fetchExportData,
   fetchLeaderExportData,
+  getUserWards,
 } from "@/api/case-front-sheet";
 import maleIcon from "@/assets/male-icon.png";
 import femaleIcon from "@/assets/female-icon.png";
@@ -629,7 +630,7 @@ function exportLeaderAudit() {
 }
 
 onMounted(() => {
-  getAllSmallDept().then(res => {
+  getUserWards().then(res => {
     allSmallDept.value = res;
   });
   getAllDictionary().then(res => {

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio