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

修复TreeSelect三个问题 #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

wkclz
Copy link
Contributor

@wkclz wkclz commented Mar 27, 2022

修复问题:

  1. 修复:selectedValue 在 clearHandle 里面设置为 '',但在 initHandle 里面 if 无法判断问题
  2. 修复:watch 第一次不生效问题
  3. 新增:options 为异步获取值时,选择栏无法更新问题
    新问题:临时解决问题再次使用了 watch。大量 watch 导致性能下降,考虑全局优化减少 watch

1. 修复:selectedValue 在 clearHandle 里面设置为 '',但在 initHandle 里面 if 无法判断问题
2. 修复:watch 第一次不生效问题
3. 新增:options 为异步获取值时,选择栏无法更新问题
新问题:临时解决问题再次使用了 watch。大量 watch 导致性能下降,考虑全局优化减少 watch
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.

None yet

1 participant