Explorar o código

延长PDF字体下载后buffer时间

TonyKang %!s(int64=4) %!d(string=hai) anos
pai
achega
f86f79d3a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/building_saas/report/js/rpt_main.js

+ 1 - 1
web/building_saas/report/js/rpt_main.js

@@ -669,7 +669,7 @@ let rptControlObj = {
             me._hidePdfIniPage();
             setTimeout(function() {
                 me.getPDFEx();
-            }, 200); // 200毫秒足够关闭PDF初始化page了,另:不能直接把me.getPDFEx()作为函数放进来,否则容易冲突
+            }, 1000); // 1000毫秒足够关闭PDF初始化page了,另:不能直接把me.getPDFEx()作为函数放进来,否则容易冲突
         }
     },
     getPDFPre: function () {