Vanessa 2025-10-09 23:26:12 +08:00
parent a379baa19a
commit 39aaefa24c

View file

@ -1395,7 +1395,7 @@ export const openMenuPanel = (options: {
break; break;
} else if (type === "clearDate") { } else if (type === "clearDate") {
const colData = fields.find((item: IAVColumn) => { const colData = fields.find((item: IAVColumn) => {
if (item.id === options.cellElements[0].getAttribute("data-col-id")) { if (item.id === getColId(options.cellElements[0], data.viewType)) {
return true; return true;
} }
}); });