5sControl / 5sControl/5s-frontend
[1h]fix bug filter operation incorrect displayed
- 主要语言
- TypeScript
- 星标
- 3
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
При фильтрации operation в order views, после клика по order количество фильтруемых operation отображается неверно
1. Открыть приложение
2. Перейти на вкладку orders view
3. Применять фильтр по двум и более операциям
4. Выбрать любой order
Фактический результат
количество фильтруемых операций 1
Ожидаемый результат
количество фильтруемых операций равно количеству выбранному в пункте 3
attachments
https://user-images.githubusercontent.com/85877006/232101972-3c24d453-9ff7-4384-91bf-d9adf9fed2ca.webm
贡献指南
调研方向
The issue is in the order views filter for operations. Start by examining the order view components and the filter logic, likely in a file like `OrderView.tsx` or a filter utility. The video attachment shows the bug: after selecting an order, the filtered operation count resets to 1. Reproduce the bug locally, then trace how the filter state is managed and updated on order selection. Check for state reset or propagation issues in the filter component.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- react, typescript
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 50/100