Merge branch 'master' into permission-control

permission-control
Pan 2019-04-23 09:53:37 +08:00
commit 434a04ee3f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export default {
}, },
methods: { methods: {
handleClickOutside() { handleClickOutside() {
this.$store.dispatch('CloseSideBar', { withoutAnimation: false }) this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })
} }
} }
} }