[update] 按钮权限
This commit is contained in:
@@ -342,15 +342,6 @@
|
||||
this.LoginUserType = res.result
|
||||
this.getTableList()
|
||||
this.$emit('LoginUserType', this.LoginUserType)
|
||||
res.result.split(',').forEach((item, index) => {
|
||||
if (item === 'homo') {
|
||||
this.homo = 1
|
||||
} else if (item === 'sdt') {
|
||||
this.sdt = 1
|
||||
} else if (item === 'dre') {
|
||||
this.dre = 1
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user