fix: missing argument for getPopupContainer

pull/91/MERGE
Netfan 2025-05-06 22:48:03 +08:00
parent 5949c73a30
commit bf70539221
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ setupVbenVxeTable({
*
*
*/
getPopupContainer() {
getPopupContainer(el) {
viewportWrapper = el.closest('.vxe-table--viewport-wrapper');
return document.body;
},