Skip to content

[Bug] [dolphinscheduler-ui] If the parameters of the query page are modified, requests are sent to the backend all time until whe number of page limit #7341

@karen-liu01

Description

@karen-liu01

Search before asking

  • I had searched in the issues 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://ip:12345/dolphinscheduler/ui/#/projects/list?pageSize=10&pageNo=70&searchVal=
  4. View page requests and log requests
    image

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
image

How to reproduce

  1. admin login
  2. 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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

Waiting for replyWaiting for replybugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions