优化模型操作

dev
smallchill 3 years ago
parent f87497232d
commit e7f02d5fbb
  1. 4
      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();
});
}
}

Loading…
Cancel
Save