fix:点击asset清除保存的assetID

This commit is contained in:
zhangyu
2021-01-10 13:21:43 +08:00
parent c68d489d7c
commit 5625a38443

View File

@@ -355,6 +355,7 @@
bus.$emit("header-dc-change", dc.id); //发送给leftMenu顶部dc条件改变了
} else {
this.activeItemIndex = "";
this.$store.commit('setCurrentDc','');
bus.$emit("clear-asset-filter"); //清除leftMenu左侧菜单过滤条件
}
this.jumpTo("/asset");