perf: 样式优化

This commit is contained in:
chenjinsong
2021-08-27 17:11:58 +08:00
parent a38f353a7b
commit 56edec4ede
2 changed files with 3 additions and 3 deletions

View File

@@ -945,7 +945,7 @@ export default {
} else {
this.isError = true
this.noData = true
this.errorInfo = response.msg || response.message || 'Unknown error'
this.errorInfo = response.msg || response.message || this.$t('tip.unknownError')
}
}).finally(() => {
this.$nextTick(() => {