瀏覽代碼

打印

master
张泽亮 3 天之前
父節點
當前提交
d72eb8ca2f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      ruoyi-generator/src/main/resources/vm/vue/index.vue.vm

+ 1
- 1
ruoyi-generator/src/main/resources/vm/vue/index.vue.vm 查看文件

@@ -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';


Loading…
取消
儲存