Open banger0319 opened 3 months ago
Bot detected the issue body's language is not English, translate it automatically.
Title: 🐛 [Bug]: Cascader cascade selector cannot be echoed in the case of lazy loading + asynchronous network request has been selected.
Version
3.11.1
Vue Version
3.3.7
Link to minimal reproduction
Step to reproduce
选择一个二级及以上的选项后,保存选择结果,再次打开Cascader组件渲染并使用v-model绑定已选项,发现无法回显(使用options提前构建好选择项则可回显,但是由于业务需求只能选择懒加载)
What is expected
正常回显
What is actually happening
显示为空
What is your project name
TinyPro二开的后台管理系统
Any additional comments (optional)
在一个编辑基础信息的弹窗中,由于无法预估最终层级,与构建选项树的繁杂,则使用Cascader组件的懒加载功能对选择项进行加载。 选择完选择项后,会保存到数据库中,再次打开这个弹窗编辑时,希望能够将Cascader选择项在懒加载的模式下进行回显