chenrui  2 年之前
父節點
當前提交
059a60f5d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/TableAirport/index.vue

+ 1 - 1
src/components/TableAirport/index.vue

@@ -812,7 +812,7 @@ export default {
           this.tableForm.companyName = this.dataContent.companyID;
         }
         if (this.dataContent.nodeCode) {
-          this.tableForm.positionSN = this.dataContent.nodeCode;
+          this.tableForm.nodeCode = this.dataContent.nodeCode;
         }
         // this.tableForm.
       } else {