张泽亮 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';


Завантаження…
Відмінити
Зберегти