From e7f02d5fbb85cb612552cba8bf8622f71f883623 Mon Sep 17 00:00:00 2001 From: smallchill Date: Thu, 25 Aug 2022 01:45:35 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BC=98=E5=8C=96=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/model.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/tool/model.vue b/src/views/tool/model.vue index 0c0db08..cd4ab8c 100644 --- a/src/views/tool/model.vue +++ b/src/views/tool/model.vue @@ -76,7 +76,7 @@ export default { loading: true, loadingOption: { lock: true, - text: 'Loading', + text: '物理表读取中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0)' }, @@ -133,6 +133,8 @@ export default { } fullLoading.close(); } + }).catch(() => { + fullLoading.close(); }); } }