fix:修复选择header-asset-dc后多次请求后台,及不正确显示的问题

This commit is contained in:
wangwenrui
2020-09-14 17:20:14 +08:00
parent 0bd0946115
commit f70e4b398f
4 changed files with 15 additions and 4 deletions

View File

@@ -360,6 +360,7 @@
jumpToAsset(dc) {
if (dc) {
this.activeItemIndex = dc.id;
this.$store.commit('setCurrentDc',dc.id)
bus.$emit("header-dc-change", dc.id); //发送给leftMenu顶部dc条件改变了
} else {
this.activeItemIndex = "";