dai 3 years ago
parent
commit
3813d076f2
  1. 2
      src/views/pages/caiji.vue

2
src/views/pages/caiji.vue

@ -316,7 +316,7 @@ export default {
this.shequId = this.$route.params.id this.shequId = this.$route.params.id
this.customerId = this.$route.query.customerId this.customerId = this.$route.query.customerId
this.shequName = this.$route.query.name this.shequName = this.$route.query.name
document.title = this.shequName document.title = this.shequName + '信息管理平台'
}, },
mounted () { mounted () {

Loading…
Cancel
Save