karen-liu01 opened a new issue #7341: URL: https://github.com/apache/dolphinscheduler/issues/7341
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 1. admin login 2. search project name in project page 3. modify the pageNo parameter to any value (Is greater than 10) eg http://8.142.78.224:12345/dolphinscheduler/ui/#/projects/list?pageSize=10&pageNo=70&searchVal= 4. View page requests and log requests <img width="1112" alt="pageRequest" src="https://user-images.githubusercontent.com/69795603/145705879-8c7cf8b7-b24d-40ba-b4c8-7bffbbec09f0.png"> ![Uploading logRequest.png…]() ### What you expected to happen When the user first requests it,response contains the params totalPage: 7 When the user requests it a second time, the parameter pageNo should be changed to totalPage: 7 <img width="1300" alt="responsepage" src="https://user-images.githubusercontent.com/69795603/145705985-1881a7d0-9df0-4f5e-a09a-359912e7d486.png"> ### How to reproduce 1. admin login 2. send a request to this url http://8.142.78.224:12345/dolphinscheduler/ui/#/projects/list?pageSize=10&pageNo=70&searchVal= ### Anything else 2.0.1-prepare ### Version 2.0.0-alpha ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
