Browse Source

添加操作类型参数

lighter 2 years ago
parent
commit
0afdf01924
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/hospitalization/case-front-sheet/AllCaseFrontSheet.vue

+ 1 - 0
src/views/hospitalization/case-front-sheet/AllCaseFrontSheet.vue

@@ -580,6 +580,7 @@ const beforePrint = (flag) => {
   if (nullPatient()) return
   const param = {
     sheet: sheet,
+    opType: 2,
   }
   executePrintVerify(param)
       .then(() => {