chenrui  2 年之前
父节点
当前提交
ddaf5b5984
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/Table/index.vue

+ 2 - 2
src/components/Table/index.vue

@@ -775,7 +775,7 @@ export default {
         arrbegin.beginPosition.forEach((element) => {
           if (element.v === this.tableForm.beginPosition) {
             if (element.nodeCode !== this.tableForm.beginNode) {
-              this.tableForm.beginPosition = "";
+              this.tableForm.beginPosition = null;
             }
           }
         });
@@ -806,7 +806,7 @@ export default {
         arrbegin.endPosition.forEach((element) => {
           if (element.v === this.tableForm.endPosition) {
             if (element.nodeCode !== this.tableForm.endNode) {
-              this.tableForm.endPosition = "";
+              this.tableForm.endPosition = null;
             }
           }
         });