print打印许可证
This commit is contained in:
parent
d2e76f4220
commit
a1076de9af
|
@ -278,6 +278,7 @@
|
||||||
let bdHtml = window.document.body.innerHTML;
|
let bdHtml = window.document.body.innerHTML;
|
||||||
document.body.innerHTML = document.getElementById('exportDiv').innerHTML;
|
document.body.innerHTML = document.getElementById('exportDiv').innerHTML;
|
||||||
window.print();
|
window.print();
|
||||||
|
location.reload();
|
||||||
},
|
},
|
||||||
//根据oplId,查许可证
|
//根据oplId,查许可证
|
||||||
getOplData() {
|
getOplData() {
|
||||||
|
|
Loading…
Reference in New Issue