浏览代码

打印 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';


正在加载...
取消
保存