许宏杰 1 year ago
parent 190591b178
commit 963b118fcc

@ -364,18 +364,12 @@ export default {
let enterpriseId = this.$route.query.id
this.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)
this.getZhengGaiInfo(enterpriseId)
this.getIdInfo(enterpriseId)
this.onLoad(enterpriseId)
this.onLoad()
},
methods: {
changeTab(name, index) {

Loading…
Cancel
Save