printCnt() {
//1.html
//2.-sharpprint
window.document.body.innerHTML = document.getElementById("orbitIframe").contentWindow.document.getElementsByTagName("body").innerHTML;
window.print();
//:
// location.reload();
}
what to do