Browse Source

修改打印页面

gcj 2 years ago
parent
commit
b4237b8fa8
1 changed files with 1 additions and 1 deletions
  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);
       _this.dataConfig = JSON.parse(writeTableData);
       setTimeout(() => {
       setTimeout(() => {
         _this.download2();
         _this.download2();
-      }, 1000);
+      }, 50);
     }
     }
   },
   },
   //生命周期-创建之前
   //生命周期-创建之前