NEZ-1226 fix: Dashboard->Overview界面轮播图点击不能实现跳转
This commit is contained in:
@@ -427,7 +427,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
toProject (projectInfo) { // 跳转对应project页面
|
toProject (projectInfo) { // 跳转对应project页面
|
||||||
this.$store.commit('setOverViewProject', projectInfo)
|
this.$store.commit('currentProjectChange', projectInfo)
|
||||||
|
this.jumpTo('project')
|
||||||
},
|
},
|
||||||
queryAssetData () {
|
queryAssetData () {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
|
|||||||
@@ -501,7 +501,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
toProject (projectInfo) { // 跳转对应project页面
|
toProject (projectInfo) { // 跳转对应project页面
|
||||||
this.$store.commit('setOverViewProject', projectInfo)
|
this.$store.commit('currentProjectChange', projectInfo)
|
||||||
|
this.jumpTo('project')
|
||||||
},
|
},
|
||||||
queryAssetData () {
|
queryAssetData () {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
|
|||||||
Reference in New Issue
Block a user