see999 3 years ago
parent
commit
1325b886fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/newStatementPrintTwo.vue

+ 1 - 1
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue View File

@@ -16,7 +16,7 @@
16 16
             <!--<printOne :info="info"></printOne>-->
17 17
 
18 18
             <print-one v-if="org_id != 10138" :info="info"></print-one>
19
-            <print-two v-else  :info="info"></print-two>
19
+            <print-two v-else  :info="info" :paramsObj="paramsObj"></print-two>
20 20
         </div>
21 21
     </div>
22 22
 </template>