rpt_print.js 279 B

12345678910111213141516
  1. /**
  2. * Created by Tony on 2018/4/24.
  3. */
  4. let rptPrintHelper = {
  5. preview: function () {
  6. if (zTreeOprObj.currentRptPageRst) {
  7. window.location.href = '/rpt_print';
  8. } else {
  9. //
  10. }
  11. },
  12. print: function () {
  13. //
  14. }
  15. };