lighter 1 년 전
부모
커밋
f43ec64bdb
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

+ 2 - 3
src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

@@ -1825,11 +1825,10 @@ const dismissShowSearch = (flag) => {
 
 const beforePrint = (page) => {
   if (nullPatient()) return
-  const params = {
+  fetchAuditCount({
     patNo: patient.value.bah,
     times: patient.value.admissTimes
-  }
-  fetchAuditCount(params).then(res => {
+  }).then(res => {
     if (res.approved > 0) {
       execPrint(page);
     } else {