fix:修复系统参数页面名称不显示问题
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import store from '@/store'
|
||||
|
||||
export default {
|
||||
inserted(el, binding, vnode) {
|
||||
inserted(el, binding) {
|
||||
const { value } = binding
|
||||
const roles = store.getters && store.getters.roles
|
||||
if (value && value instanceof Array && value.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user