@ -189,7 +189,12 @@ 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)