|
@ -62,14 +62,13 @@ export default { |
|
|
this.getPie(); |
|
|
this.getPie(); |
|
|
}, |
|
|
}, |
|
|
handleClickItem(item) { |
|
|
handleClickItem(item) { |
|
|
console.log('dd'); |
|
|
|
|
|
this.getInfo(); |
|
|
this.getInfo(); |
|
|
const { type, name } = item; |
|
|
|
|
|
this.$router.push({ |
|
|
this.$router.push({ |
|
|
path: '/dataBoard/sida/xq/list', |
|
|
path: '/dataBoard/sida/xq/list', |
|
|
query: { |
|
|
query: { |
|
|
org_id: this.orgId, |
|
|
org_id: this.orgId, |
|
|
type: this.currentTab |
|
|
type: this.currentTab, |
|
|
|
|
|
type2: item.name |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
@ -142,6 +141,8 @@ export default { |
|
|
}; |
|
|
}; |
|
|
</script> |
|
|
</script> |
|
|
<style> |
|
|
<style> |
|
|
.cur{cursor: pointer;} |
|
|
.cur { |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
<style lang="scss" src="@/assets/scss/dataBoard/renfang/index.scss" scoped></style> |
|
|
<style lang="scss" src="@/assets/scss/dataBoard/renfang/index.scss" scoped></style> |
|
|