소스 검색

病案质控科室

zengfanwei 3 달 전
부모
커밋
2cf3213cd4
2개의 변경된 파일159개의 추가작업 그리고 378개의 파일을 삭제
  1. 157 377
      src/components/inpatient/frontsheet-printpage/FullPage.vue
  2. 2 1
      src/views/hospitalization/case-front-sheet/FrontSheetQuality.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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 => {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.