|
|
|
@ -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) {
|
|
|
|
|