|
@@ -2188,7 +2188,6 @@ $(document).ready(() => {
|
|
|
posSheet.getCell(0, i + 2 - 1, spreadNS.SheetArea.colHeader).text('清单' + i);
|
|
|
}
|
|
|
}
|
|
|
- SpreadJsObj.beginMassOperation(billsSheet);
|
|
|
for (let iRow = 0; iRow < pasteData.length; iRow++) {
|
|
|
const curRow = iRow + info.cellRange.row;
|
|
|
pasteData[iRow].forEach((value, iCol) => {
|