Browse Source

居民画像组件修改

feature
张若晨 2 years ago
parent
commit
95e3f3ebb6
  1. 14
      src/views/dataBoard/organizational/personnel/index.vue

14
src/views/dataBoard/organizational/personnel/index.vue

@ -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>

Loading…
Cancel
Save