Vanessa 2024-05-19 23:14:36 +08:00
parent 3e5e54bf9c
commit 5c761b6a17

View file

@ -570,6 +570,9 @@ export const mergeAddOption = (column: IAVColumn, cellValue: IAVCellValue, avID:
const doOperations: IOperation[] = [];
const undoOperations: IOperation[] = [];
cellValue.mSelect.forEach((item: IAVCellSelectValue) => {
if (!column.options) {
column.options = [];
}
const needAdd = column.options.find((option: {
name: string,
color: string,