chenrui  2 năm trước cách đây
mục cha
commit
f35188edd2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/components/Table/index.vue

+ 0 - 1
src/components/Table/index.vue

@@ -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;