-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
项目运行起来后前端访问列表页下的角色列表和用户列表报错 #3472
Comments
经过源码查看发现ant-design-vue-jeecg/node_modules/ant-design-vue/es/table/Table.js下148行判断warning(!props.expandedRowRender || !('scroll' in props) || !props.scroll.x, ' |
版本是否考虑一下更新此问题? |
截图看看,是那个菜单 |
这是示例,不重要,等下个版本我们看看 |
收录 jl |
已修复,待新版本发布 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本号:
master
问题描述:
项目运行起来后前端访问列表页下的角色列表和用户列表报错
截图&代码:
vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in data(): "TypeError: Cannot read properties of undefined (reading 'x')"
found in
at src/views/examples/list/RoleList.vue at src/components/layouts/RouteView.vue at src/components/page/PageLayout.vue at src/components/layouts/PageView.vue at src/components/page/GlobalLayout.vue at src/components/layouts/TabLayout.vue at src/App.vue且每次点击时会报Uncaught (in promise) Error: Avoided redundant navigation to current location: "/list/role-list".
at createRouterError (vue-router.esm.js?8c4f:2062:1)
at createNavigationDuplicatedError (vue-router.esm.js?8c4f:2035:1)
at HTML5History.confirmTransition (vue-router.esm.js?8c4f:2195:1)
at HTML5History.transitionTo (vue-router.esm.js?8c4f:2125:1)
at HTML5History.push (vue-router.esm.js?8c4f:2492:1)
at eval (vue-router.esm.js?8c4f:2913:1)
at new Promise ()
at VueRouter.push (vue-router.esm.js?8c4f:2912:1)
at VueComponent.localPaginationCurrent (index.js?e8c4:47:1)
at Watcher.run (vue.runtime.esm.js?2b0e:4568:1)
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: