fix(mis-web): 充值记录页面搜索条件的时间筛选与账户/租户条件筛选交互不一致 #974
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修改前
租户管理与平台管理下的账户/租户充值记录页面
时间条件的筛选后只有点击搜索才生效
租户/账户筛选时直接发送api请求,造成了二者交互不一致
选择时间后不点击搜索,筛选账户发送了API请求,但是请求参数不是当前选择的时间
经与产品老师沟通,此PR修改为充值记录页面所有条件单独筛选时不发送请求,点击搜索时才发送请求
修改后
所有条件的筛选都需要点击搜索才能生效