fix: project-query和metric preview里添加图表后顶部菜单高亮状态改变
This commit is contained in:
@@ -176,6 +176,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import bus from "../../../libs/bus";
|
||||
export default {
|
||||
name: "asset",
|
||||
data() {
|
||||
@@ -467,6 +468,7 @@
|
||||
},
|
||||
jumpToAlertMsg(assetId) {
|
||||
this.$store.commit('assetForAlertListChange', assetId);
|
||||
bus.$emit("menu-change", 'alertList');
|
||||
this.$router.push({
|
||||
path: "/alertList",
|
||||
query: {
|
||||
|
||||
Reference in New Issue
Block a user