Wei Cong

Results 8 comments of Wei Cong

:onInputChange="remoteMethodSearchAccount" 这个事件也不行 ![image](https://github.com/Tencent/tdesign-vue-next/assets/56809137/f6aca5af-34ac-4d06-95c8-3dfbab4fa966)

![image](https://github.com/Tencent/tdesign-vue-next/assets/56809137/bb87ab5e-261f-4b49-bb5a-ae026879cef5) 必须要input框失焦,下拉框消失,重新聚焦显示,列表才是对的

就设置成多选有这个问题,单选没问题

同时我发现 valueMode设为 onlyLeaf或all的时候,两种方式选中的值是一样的,没有什么区别

使用 getItems 获取所有节点,发现节点下面的 checked 和 indeterminate 值不对, ![image](https://github.com/Tencent/tdesign-vue-next/assets/56809137/ad80496f-38ee-40d1-b680-82ef8c70df0a) ![image](https://github.com/Tencent/tdesign-vue-next/assets/56809137/e26ec0e0-b1a0-4839-9770-3c40a41fe355)

我现在想自己获取树结构半选和全选,getItems 获取的所有节点里面 checked 和 indeterminate显示不正确,看一下

我用 nextTick 函数 延迟了一下,已经可以获取了,没问题了