Vanessa 2025-08-03 11:10:58 +08:00
parent d9a3d2b150
commit a717029b84

View file

@ -380,7 +380,7 @@ export const genCellValue = (colType: TAVCol, value: string | any) => {
}
}
if (colType === "block") {
if (typeof value === "object" && value.id) {
if (typeof value === "object" && value && value.id) {
cellValue.isDetached = false;
} else {
cellValue.isDetached = true;