Search before asking
What happened
- admin login
- search project name in project page
- modify the pageNo parameter to any value (Is greater than 10)
eg http://ip:12345/dolphinscheduler/ui/#/projects/list?pageSize=10&pageNo=70&searchVal=
- View page requests and log requests

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

How to reproduce
- admin login
- send a request to this url http://ip:12345/dolphinscheduler/ui/#/projects/list?pageSize=10&pageNo=70&searchVal=
Anything else
2.0.1-prepare
Version
2.0.1-prepare
Are you willing to submit PR?
Code of Conduct