This commit is contained in:
Vanessa 2023-11-03 12:13:38 +08:00
parent cf8e748260
commit 73c82b1efa
2 changed files with 3 additions and 0 deletions

View file

@ -162,6 +162,8 @@ export const setDateValue = (options: {
cellData.id = item.dataset.id;
if (!cellData.value) {
cellData.value = {};
} else {
cellData.value.id = item.dataset.id;
}
} else {
cellData = row.cells.find(cellItem => {

View file

@ -1058,6 +1058,7 @@ interface IAVCell {
}
interface IAVCellValue {
id?: string,
type?: TAVCol,
isDetached?: boolean,
text?: {