vue-element-plus-admin icon indicating copy to clipboard operation
vue-element-plus-admin copied to clipboard

Select组件optionApi无限回调

Open beautyful123 opened this issue 1 year ago • 0 comments

Form组件optionApi接口返回空数组时,根据代码,length为空会触发回调,造成回调地狱。 仅Select组件会有此问题,TreeSelect组件没问题。自己项目将!item.componentProps?.options.length 判断删除解决 if ( item.optionApi && (!item.componentProps?.options || !item.componentProps?.options.length) ) { // 内部自动调用接口,不影响其它渲染 getOptions(item.optionApi, item) }

beautyful123 avatar Oct 21 '24 06:10 beautyful123