-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mis-web): 充值记录页面搜索条件的时间筛选与账户/租户条件筛选交互不一致 (#974)
### 修改前 租户管理与平台管理下的账户/租户充值记录页面 时间条件的筛选后只有点击搜索才生效 租户/账户筛选时直接发送api请求,造成了二者交互不一致 选择时间后不点击搜索,筛选账户发送了API请求,但是请求参数不是当前选择的时间 ![image](https://github.com/PKUHPC/SCOW/assets/43978285/623c28b7-9da3-4bce-914a-fcc02c541109) 经与产品老师沟通,此PR修改为充值记录页面所有条件单独筛选时不发送请求,点击搜索时才发送请求 ### 修改后 所有条件的筛选都需要点击搜索才能生效 ![chrome-capture-2023-10-13](https://github.com/PKUHPC/SCOW/assets/43978285/dd44aa5c-b224-4b51-8248-ba55514e712a)
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@scow/mis-web": patch | ||
--- | ||
|
||
修改充值页面时间筛选与账户/租户筛选交互不一致问题。修改为只有当点击搜索时才发起查询请求。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters