Browse Source

Merge branch 'dev-caiji' into shibei_master

shibei_master
jiangyy 3 years ago
parent
commit
14f00aba77
  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