chenrui  2 rokov pred
rodič
commit
059a60f5d2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 {