fix: BUG修改

This commit is contained in:
kun 2024-05-16 18:27:37 +08:00
parent a4f57f0d93
commit f0497246ae

View File

@ -361,7 +361,6 @@ var arr = this.$store.state.userInfo.menuAuthority.moduleList
all.forEach((element, index) => {
all[index].operation = false;
res.result.menuList.forEach((element2) => {
console.log(element2,77888)
if (element2.moduleId == element.moduleId) {
all[index].operation = true;
}