Explorar el Código

!1129 update Web/src/views/system/print/component/hiprint/preview.vue.
Merge pull request !1129 from Mr先生/N/A

zuohuaijun hace 1 año
padre
commit
bd927623dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Web/src/views/system/print/component/hiprint/preview.vue

+ 1 - 1
Web/src/views/system/print/component/hiprint/preview.vue

@@ -89,7 +89,7 @@ const print = () => {
 };
 
 const toPdf = () => {
-	state.hiprintTemplate.toPdf({}, 'PDF文件');
+	state.hiprintTemplate.toPdf(state.printData, 'PDF文件');
 };
 
 const hideDialog = () => {