/** * Created by Tony on 2018/4/24. */ let rptPrintHelper = { preview: function () { if (zTreeOprObj.currentRptPageRst) { window.location.href = '/rpt_print'; } else { // } }, print: function () { // } };