[update] 按钮权限

This commit is contained in:
zhaomeijing
2022-06-11 18:26:18 +08:00
parent 8d7c5b026a
commit 2a70168080
2 changed files with 8 additions and 20 deletions
@@ -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
}
})
}
})
},