kyoty opened a new pull request #5663: URL: https://github.com/apache/dolphinscheduler/pull/5663
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request bug fix If there are more than 10 versions corresponding to the process definition and more than one page is displayed, an error will be reported when trying to jump to the second page  ## Brief change log Modify the pageSize parameter in the page the first page, requestUrl:`http://localhost:8888/dolphinscheduler/projects/sql/process/versions?pageNo=1&**pageSize=10**&processDefinitionCode=....` the first page, requestUrl:`http://localhost:8888/dolphinscheduler/projects/sql/process/versions?pageNo=2&processDefinitionCode=...` **Starting from the second page, due to the lack of pageSize parameter, the backend will fail to parse the parameters** ## Verify this pull request a small update on front-end. Munual test works well like below:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
