see999 hace 3 años
padre
commit
1325b886fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/xt_pages/outpatientCharges/newStatementPrintTwo.vue

+ 1 - 1
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue Ver fichero

@@ -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>