NEZ-1226 fix: Dashboard->Overview界面轮播图点击不能实现跳转

This commit is contained in:
zhangyu
2021-11-11 18:25:08 +08:00
parent 713fa0706c
commit 24404a6093
2 changed files with 4 additions and 2 deletions

View File

@@ -427,7 +427,8 @@ export default {
}
},
toProject (projectInfo) { // 跳转对应project页面
this.$store.commit('setOverViewProject', projectInfo)
this.$store.commit('currentProjectChange', projectInfo)
this.jumpTo('project')
},
queryAssetData () {
return new Promise(resolve => {