|
|
|
@ -46,23 +46,9 @@ export default { |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
breadcrumbList: [ |
|
|
|
{ |
|
|
|
path: "/organizational/dangTree", |
|
|
|
name: "党组织架构", |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "", |
|
|
|
name: "居民画像", |
|
|
|
}, |
|
|
|
], |
|
|
|
}; |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
// console.log(this.breadcrumbList, this.$route); |
|
|
|
|
|
|
|
this.$set(this.breadcrumbList[2], "name", this.$route.query.name); |
|
|
|
this.breadcrumbList[2].name = this.$route.query.name; |
|
|
|
}, |
|
|
|
}; |
|
|
|
</script> |
|
|
|
|