NEZ-1901 fix:Models内对asset利用State条件搜索时无法搜索到内容

This commit is contained in:
zhangyu
2022-06-08 14:18:09 +08:00
parent 9d77c523fa
commit 86018c5be5
6 changed files with 9 additions and 8 deletions

View File

@@ -313,7 +313,7 @@ export default {
chartInfo.type = 'topologyLink'
chartInfo.linkType = type
chartInfo.datasource = 'topology'
chartInfo.name = '关系图'
chartInfo.name = this.$t('overall.topology')
this.$store.dispatch('showTopology', chartInfo)
},
closeDialog () {