Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: page切换时,不应该同步未查询的参数 #2005

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

JoJohw
Copy link
Contributor

@JoJohw JoJohw commented Dec 4, 2024

  1. page切换时,不应该同步未查询的参数
  2. 限制table最大高度
  3. 优化操作对象与操作类型交互
    3.1. 选择操作类型时,自动同步对应的操作对象
    3.2. 选择操作对象时,自动过滤操作类型的下拉选项
    3.3. 选择操作类型,自动同步操作对象后,清空操作对象数据,操作对象的下拉选项不变
    3.4. 选择操作对象,自动过滤操作类型后,清空操作类型数据,操作对象的下拉选项允许展示所有,但操作类型数据下拉选项依旧基于操作对象进行过滤,更加合理
    3.5. 清空操作类型、操作对象两项,两者下拉框重置过滤,展示所有
    3.6. 由onChange处理操作对象、操作类型改为watch监听,兼容重置按钮,不耽误操作对象、操作类型的选项过滤

Description

Fixes # (issue)

Checklist

  • 填写 PR 描述及相关 issue (write PR description and related issue)
  • 代码风格检查通过 (code style check passed)
  • PR 中包含单元测试 (include unit test)
  • 单元测试通过 (unit test passed)
  • 本地开发联调环境验证通过 (local development environment verification passed)

# Reviewed, transaction id: 25874
@brookylin brookylin merged commit dbba4c6 into TencentBlueKing:main Dec 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants