lighter 1 year ago
parent
commit
f43ec64bdb
1 changed files with 2 additions and 3 deletions
  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 {