From 267f1b7c5265b2e9e4861bb59a5e5b0f1de44b38 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Fri, 30 Aug 2019 10:24:10 +0800 Subject: [PATCH] _gLoadingTip --- public/react/src/modules/tpm/TPMIndexHOC.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/tpm/TPMIndexHOC.js b/public/react/src/modules/tpm/TPMIndexHOC.js index 4b2c9ea02..61ffe3c20 100644 --- a/public/react/src/modules/tpm/TPMIndexHOC.js +++ b/public/react/src/modules/tpm/TPMIndexHOC.js @@ -378,7 +378,7 @@ export function TPMIndexHOC(WrappedComponent) { type===true?window.open(url):window.location.href=url; } slowDownload = (url, tip) => { - this._slowDownloadTip = tip || '正在生成文件,请稍后...'; + this._gLoadingTip = tip || '正在生成文件,请稍后...'; this.setState({ globalLoading: true }) const fileUrl = url; downloadFile({ @@ -473,7 +473,7 @@ export function TPMIndexHOC(WrappedComponent) { }