fix: 部分文件添加error处理

This commit is contained in:
刘洪洪
2022-11-24 14:10:28 +08:00
parent e2d6707249
commit 8e698f3b78
3 changed files with 52 additions and 30 deletions

View File

@@ -349,7 +349,7 @@ export default {
console.error(e)
this.showError = true
this.errorMsg = e.message
this.isNoData = true
this.isNoData = false
}).finally(() => {
this.toggleLoading(false)
})