|
|
|
@ -56,7 +56,10 @@ export default {
|
|
|
|
|
} else {
|
|
|
|
|
this.$router.replace({
|
|
|
|
|
path: '/enterpriseData/info',
|
|
|
|
|
query: { id: this.$store.state.enterpriseId, isShow: true },
|
|
|
|
|
query: {
|
|
|
|
|
id: this.$store.state.enterpriseId,
|
|
|
|
|
isShow: this.$store.state.parkId ? true : false,
|
|
|
|
|
},
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|