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

Commits on Mar 27, 2022

  1. 修复问题:

    1. 修复:selectedValue 在 clearHandle 里面设置为 '',但在 initHandle 里面 if 无法判断问题
    2. 修复:watch 第一次不生效问题
    3. 新增:options 为异步获取值时,选择栏无法更新问题
    新问题:临时解决问题再次使用了 watch。大量 watch 导致性能下降,考虑全局优化减少 watch
    wkclz committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    b8c09a2 View commit details
    Browse the repository at this point in the history
  2. 排版

    wkclz committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    b5d6b41 View commit details
    Browse the repository at this point in the history