Merge branch 'master' into deploy

This commit is contained in:
zhengjie
2020-12-24 16:48:28 +08:00
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import store from '@/store'
export default {
inserted(el, binding) {
console.log(el, binding)
const { value } = binding
const roles = store.getters && store.getters.roles
if (value && value instanceof Array) {

View File

@@ -62,7 +62,6 @@ function filterChildren(childrenMap) {
}
children.push(c)
})
childrenMap.splice(index, 1)
return
}
}