Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

【建议】增大前端传入limit默认值,或改成可通过配置文件配置 #9

Open
tm2018 opened this issue Apr 11, 2022 · 0 comments

Comments

@tm2018
Copy link

tm2018 commented Apr 11, 2022

前端crud.js传入的参数limit默认为10,当数据条数大于10会出现返回结果不全,

建议调整为999或者改成从前端配置文件读取

例如:
src/views/system/user/crud.js第139行: return request({ url: url, params: { page: 1, limit: 999, status: 1 } }).then(ret => {

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant