We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
官网的表格组件,在应用mock自动生成数据的演示中,翻页后,数据的id和图片都不会自动刷新,而vben官网是可以刷新的。
正确的应该是翻页后,id和图片都会刷新
The text was updated successfully, but these errors were encountered:
zy
Sorry, something went wrong.
已修复,下一版本更新。
你本地在 mock/demo/table-demo.ts 文件可按如下进行修改:
const { page = 1, pageNo = 1, pageSize = 20 } = query; return resultPageSuccess(+pageNo || +page, +pageSize, demoList);
效果:
No branches or pull requests
版本号:3.7.0
问题描述:
官网的表格组件,在应用mock自动生成数据的演示中,翻页后,数据的id和图片都不会自动刷新,而vben官网是可以刷新的。
错误截图:
正确的应该是翻页后,id和图片都会刷新
友情提示:
The text was updated successfully, but these errors were encountered: