瀏覽代碼

打印 fix

master
张泽亮 2 週之前
父節點
當前提交
38cae22c9b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/views/system/menuapp/index.vue

+ 1
- 1
src/views/system/menuapp/index.vue 查看文件

@@ -353,7 +353,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';


Loading…
取消
儲存