Kaynağa Gözat

修改打印页面

gcj 2 yıl önce
ebeveyn
işleme
b4237b8fa8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/wordcard/print.vue

+ 1 - 1
src/views/wordcard/print.vue

@@ -221,7 +221,7 @@ export default {
       _this.dataConfig = JSON.parse(writeTableData);
       setTimeout(() => {
         _this.download2();
-      }, 1000);
+      }, 50);
     }
   },
   //生命周期-创建之前