@@ -91,7 +91,7 @@
return this.$store.state.option.user
},
enterprise () {
- return this.user.data.enterprise
+ return this.user.data.enterprise || {}
url () {
return this.$store.state.option.url