|
|
@@ -653,7 +653,7 @@ export default { |
|
|
|
doPrint() { |
|
|
|
const originalTitle = document.title; |
|
|
|
try { |
|
|
|
document.title = this.title || '通用附件详情'; |
|
|
|
document.title = this.title || '打印详情'; |
|
|
|
const printElement = document.getElementById('printDetail'); |
|
|
|
const printFrame = document.createElement('iframe'); |
|
|
|
printFrame.style.position = 'absolute'; |
|
|
|