ElemeFE / element

A Vue.js 2.0 UI Toolkit for Web
https://element.eleme.io/
MIT License
54.1k stars 14.64k forks source link

[Bug Report] Cascader懒加载与multiple或者checkStrictly不兼容 #20516

Open Hannicke opened 3 years ago

Hannicke commented 3 years ago

Element UI version

2.14.1

OS/Browsers version

windows10/Google Chrome 87.0.4280.66

Vue version

3.0.3

Reproduction Link

https://jsfiddle.net/sch2y5ux/

Steps to reproduce

Cascader设置lazy后,在添加multiple或者checkStrictly

What is Expected?

leaf为true的,点击时不要再触发lazyLoad。multiple的对勾正确勾选

What is actually happening?

resolve中的数据leaf为true时,点击仍然会触发lazyLoad,并且回显数据时,multiple的对勾不会勾选

eiixy commented 3 years ago

在非懒加载模式下emitPath与multiple属性页存在兼容问题

DoveAz commented 3 years ago

+1

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

C-racker commented 1 year ago

不打算修复了吗