修复按钮

master
许宏杰 1 year ago
parent 7627c015b7
commit 1b7b68e2a3

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

Loading…
Cancel
Save