|
@@ -803,7 +803,6 @@ export default {
|
|
|
(i) => i.nodeCode === this.tableForm.endNode
|
|
|
);
|
|
|
arrbegin.endPosition.forEach((element) => {
|
|
|
- // console.log(element.nodeCode, this.tableForm.beginPosition);
|
|
|
if (element.v === this.tableForm.endPosition) {
|
|
|
if (element.nodeCode !== this.tableForm.endNode) {
|
|
|
this.tableForm.endPosition = null;
|