|
@@ -544,7 +544,7 @@
|
|
|
let columns = JSON.parse(JSON.stringify(this.columns));
|
|
let columns = JSON.parse(JSON.stringify(this.columns));
|
|
|
columns.forEach((item, index) => {
|
|
columns.forEach((item, index) => {
|
|
|
item.forEach((cell, _index) => {
|
|
item.forEach((cell, _index) => {
|
|
|
- if (cell.colspanKey.length) {
|
|
|
|
|
|
|
+ if (cell.colspanKey.length&&!cell.copyId) {
|
|
|
cell.colspanKey.forEach((key, index) => {
|
|
cell.colspanKey.forEach((key, index) => {
|
|
|
let id = generateRandomString(5);
|
|
let id = generateRandomString(5);
|
|
|
let { columnIndex, rowIndex } = this.getIndex(key);
|
|
let { columnIndex, rowIndex } = this.getIndex(key);
|