张泽亮 3 дней назад
Родитель
Сommit
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';


Загрузка…
Отмена
Сохранить