Vanessa 2025-06-25 13:22:04 +08:00
parent d5f415ba3f
commit a9fb82a5fc
4 changed files with 48 additions and 14 deletions

View file

@ -659,7 +659,6 @@ export const getSelectHTML = (fields: IAVColumn[], cellElements: HTMLElement[],
return item;
}
});
let selectedHTML = "";
const selected: string[] = [];
cellValues[0].mSelect?.forEach((item) => {