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) { }