arco-design-vue
arco-design-vue copied to clipboard
TreeSelect 输入框与下拉选择的数据不同步
- [ ] I'm sure this does not appear in the issue list of the repository
Basic Info
- Package Name And Version: @arco-design/[email protected]
- Framework version: Vue 3.2.33
- Browser: chrome105.0.0.0
- Reproduction Link: https://stackblitz.com/edit/vitejs-vite-efkxpj?file=src%2FApp.vue&terminal=dev
Extra info
不想使用treeCheckStrictly来做严格判断,客户反馈使用体验不好,要一个个点。
What is expected?
1.输入框与下拉框的数据同步 2.无需将treeCheckStrictly设为true
Steps to reproduce
1.全选某节点的权限(数据) 2.在其他页面的该节点下新增一项权限(数据) 3.回来选择权限的页面,v-model(即输入框)绑定的是少一项权限的,但是该节点下的权限还是全选了