fix: 列表no data样式展示异常问题

This commit is contained in:
@changcode
2021-10-22 19:39:49 +08:00
parent fa2da5a3c1
commit 2351baa8f3
37 changed files with 97 additions and 56 deletions

View File

@@ -566,6 +566,7 @@ export default {
this.$store.state.showPanel.id = 0
this.$store.state.showPanel.name = ''
this.$store.state.showPanel.type = 'dashboard'
} else {
if (response.msg) {
this.$message.error(response.msg)