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(); }); } }