cyh

Results 2 comments of cyh

没有,放弃了 我还是自己写吧

> > 测试了一下 可在级联框绑定的@change事件中添加 handlChange(value) { // 修复级联选择器连续多次点击浏览器卡死 cpu占用超过100%bug const $el = document.querySelectorAll('.el-cascader-panel .el-cascader-node[aria-owns]'); Array.from($el).map(item => item.removeAttribute("aria-owns")); } > > 谢谢,我们项目组有额外封装,在 CascasderPanel 显示出来的时候,将DOM中元素处理掉就好了 您好,想请问一下这个具体是怎么处理的呀,目前使用上述的这个方法还是解决不了问题@IvanChen008