Ver código fonte

修改打印页面

gcj 2 anos atrás
pai
commit
b4237b8fa8
1 arquivos alterados com 1 adições e 1 exclusões
  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);
     }
   },
   //生命周期-创建之前