chenrui  2 жил өмнө
parent
commit
059a60f5d2

+ 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 {