Browse Source

恢复分页功能

Bhikkhu-Kosalla 5 years ago
parent
commit
86757df5c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/studio/plugin/system_print/module_function.js

+ 1 - 1
app/studio/plugin/system_print/module_function.js

@@ -15,7 +15,7 @@ function setPageBreak() {
 	}
 	}
 }
 }
 function menu_file_print_printpreview(isPrev) {
 function menu_file_print_printpreview(isPrev) {
-	//setPageBreak();
+	setPageBreak();
 	printpreview(true);
 	printpreview(true);
 }
 }
 function printpreview(isPrev) {
 function printpreview(isPrev) {