返回按钮

Lvtianfang
许宏杰 1 year ago
parent 22a112da32
commit 4a6d6a640f

@ -32,6 +32,8 @@ export default {
document.title = this.$route.query.name || '企业' //
let windowBar = document.getElementById('statusBar')
windowBar.style.height = 0 + 'px'
this.isShow = this.$route.query.isShow
},
methods: {
backHome() {

@ -189,12 +189,7 @@ export default {
mounted() {
let enterpriseId = this.$route.query.id
this.enterpriseName = this.$route.query.name
let isShow = this.$route.query.isShow
if (isShow) {
this.$store.commit('SET_IS_SHOW', isShow)
} else {
this.$store.commit('SET_IS_SHOW', false)
}
this.getYinHuan(enterpriseId)
this.getJianChaNum(enterpriseId)
this.getGongDan(enterpriseId)

Loading…
Cancel
Save