Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

前端菜单菜单管理无法显示菜单项 #43

Closed
570108392 opened this issue Nov 19, 2020 · 1 comment
Closed

前端菜单菜单管理无法显示菜单项 #43

570108392 opened this issue Nov 19, 2020 · 1 comment

Comments

@570108392
Copy link

前端修改:
getList() {
fetchTree(this.listQuery).then(data => {
this.treeData = data
});
},
修改为:
getList() {
fetchTree(this.listQuery).then(data => {
this.treeData = data.data
});
},

或者直接修改后端接口返回

@wxiaoqi
Copy link
Owner

wxiaoqi commented Nov 30, 2020

没有发现该问题,请检查前端版本是否最新的

@wxiaoqi wxiaoqi closed this as completed Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants